mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix an apparently bogus check; fortunately, it seems to be untriggered.
This commit is contained in:
+1
-1
@@ -929,7 +929,7 @@ handle_control_loadconf(control_connection_t *conn, uint32_t len,
|
||||
tor_fragile_assert();
|
||||
break;
|
||||
}
|
||||
if (*errstring)
|
||||
if (errstring)
|
||||
connection_printf_to_buf(conn, "%s: %s\r\n", msg, errstring);
|
||||
else
|
||||
connection_printf_to_buf(conn, "%s\r\n", msg);
|
||||
|
||||
Reference in New Issue
Block a user