[Privoxy-commits] [privoxy] 07/11: socks5_connect(): Fix indentation
User Git
git at git.privoxy.org
Fri Mar 12 11:37:50 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 9d068702d0b68c2af21cd6a3b50e75b60e56af1f
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Mar 9 15:01:41 2021 +0100
socks5_connect(): Fix indentation
---
gateway.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gateway.c b/gateway.c
index e28ebb33..f1a20749 100644
--- 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)
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list