mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
but the \r\n is handy too i hear.
svn:r6294
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user