diff options
Diffstat (limited to 'src/or')
-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 f029382853..c19042704e 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -1256,7 +1256,7 @@ handle_control_mapaddress(connection_t *conn, uint32_t len, const char *body) tor_free(r); } else { const char *response = - "512 syntax error: not enough arguments to mapaddress."; + "512 syntax error: not enough arguments to mapaddress.\r\n"; connection_write_to_buf(response, strlen(response), conn); } } |