mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Fix an apparently bogus check; fortunately, it seems to be untriggered.
This commit is contained in:
parent
e50e739556
commit
54973a45a6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user