Commit 41dcb10d4c490e802b962090875e4911dda82221

Kano 2012-09-21T20:55:48

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

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/util.c b/util.c
index b3a5a1b..3a0dbc1 100644
--- a/util.c
+++ b/util.c
@@ -480,6 +480,7 @@ static struct {
 	{ "socks4a:",	CURLPROXY_SOCKS4A },
 	{ "socks5h:",	CURLPROXY_SOCKS5_HOSTNAME },
 #endif
+	{ NULL,	0 }
 };
 #endif