Fix an apparently bogus check; fortunately, it seems to be untriggered.

This commit is contained in:
Nick Mathewson 2009-10-26 23:14:53 -04:00
parent e50e739556
commit 54973a45a6

View File

@ -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);