[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] but the \r\n is handy too i hear.
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
control.c
Log Message:
but the \r\n is handy too i hear.
Index: control.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/control.c,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -p -d -r1.188 -r1.189
--- control.c 2 Apr 2006 22:13:34 -0000 1.188
+++ control.c 2 Apr 2006 22:19:01 -0000 1.189
@@ -1256,7 +1256,7 @@ handle_control_mapaddress(connection_t *
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);
}
}