浏览代码

i'm a little teapot, short and stout

svn:r6192
Roger Dingledine 19 年之前
父节点
当前提交
726e825b09
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/or/connection_edge.c

+ 2 - 1
src/or/connection_edge.c

@@ -1163,7 +1163,8 @@ connection_ap_handshake_process_socks(connection_t *conn)
 
   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);