projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c5ab78
)
socks5_connect(): Fix indentation
author
Fabian Keil
<fk@fabiankeil.de>
Tue, 9 Mar 2021 14:01:41 +0000
(15:01 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Fri, 12 Mar 2021 11:34:11 +0000
(12:34 +0100)
gateway.c
patch
|
blob
|
history
diff --git
a/gateway.c
b/gateway.c
index
e28ebb3
..
f1a2074
100644
(file)
--- a/
gateway.c
+++ b/
gateway.c
@@
-1360,7
+1360,7
@@
static jb_socket socks5_connect(const struct forward_spec *fwd,
}
else if (sbuf[3] != '\x01')
{
-
errstr = "SOCKS5 reply contains unsupported address type";
+ errstr = "SOCKS5 reply contains unsupported address type";
}
if (errstr == NULL)
{