summaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-04-02 22:19:01 +0000
committerRoger Dingledine <arma@torproject.org>2006-04-02 22:19:01 +0000
commitb34032b87d72a9abd5eb87ab3c1539f85a09e4c5 (patch)
treeac1eb304b1d812d32825f198c9e1dff427c8f554 /src/or/control.c
parente84cd412d45d3ceda0680c8644208cccaef21355 (diff)
downloadtor-b34032b87d72a9abd5eb87ab3c1539f85a09e4c5.tar.gz
tor-b34032b87d72a9abd5eb87ab3c1539f85a09e4c5.zip
but the \r\n is handy too i hear.
svn:r6294
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c2
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);
}
}