1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

util.c - bug - proxy - no data end condition

This commit is contained in:
Kano 2012-09-21 20:55:48 +10:00
parent 3243b91e2d
commit 41dcb10d4c

1
util.c
View File

@ -480,6 +480,7 @@ static struct {
{ "socks4a:", CURLPROXY_SOCKS4A }, { "socks4a:", CURLPROXY_SOCKS4A },
{ "socks5h:", CURLPROXY_SOCKS5_HOSTNAME }, { "socks5h:", CURLPROXY_SOCKS5_HOSTNAME },
#endif #endif
{ NULL, 0 }
}; };
#endif #endif