[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] i"m a little teapot, short and stout
Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or
Modified Files:
connection_edge.c
Log Message:
i'm a little teapot, short and stout
Index: connection_edge.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_edge.c,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -p -d -r1.388 -r1.389
--- connection_edge.c 18 Mar 2006 22:54:08 -0000 1.388
+++ connection_edge.c 19 Mar 2006 01:59:02 -0000 1.389
@@ -1163,7 +1163,8 @@ connection_ap_handshake_process_socks(co
log_debug(LD_APP,"entered.");
- sockshere = fetch_from_buf_socks(conn->inbuf, socks, options->TestSocks);
+ sockshere = fetch_from_buf_socks(conn->inbuf, socks,
+ options->TestSocks, options->SafeSocks);
if (sockshere == 0) {
if (socks->replylen) {
connection_write_to_buf(socks->reply, socks->replylen, conn);