mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
fix indenting
svn:r3084
This commit is contained in:
parent
f21564eb29
commit
577665f608
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ void connection_ap_handshake_socks_resolved(connection_t *conn,
|
|||
set_uint16(buf+2, 0);
|
||||
memcpy(buf+4, answer, 4); /* address */
|
||||
replylen = SOCKS4_NETWORK_LEN;
|
||||
} else {
|
||||
} else {
|
||||
buf[1] = 91; /* "error" */
|
||||
memset(buf+2, 0, 6);
|
||||
replylen = SOCKS4_NETWORK_LEN;
|
||||
|
|
Loading…
Add table
Reference in a new issue