diff options
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index f0178d74a9..ad9081da68 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -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); |