mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
i'm a little teapot, short and stout
svn:r6192
This commit is contained in:
parent
2c33218fc9
commit
726e825b09
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user