From 41dcb10d4c490e802b962090875e4911dda82221 Mon Sep 17 00:00:00 2001 From: Kano Date: Fri, 21 Sep 2012 20:55:48 +1000 Subject: [PATCH] util.c - bug - proxy - no data end condition --- util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util.c b/util.c index b3a5a1ba..3a0dbc18 100644 --- a/util.c +++ b/util.c @@ -480,6 +480,7 @@ static struct { { "socks4a:", CURLPROXY_SOCKS4A }, { "socks5h:", CURLPROXY_SOCKS5_HOSTNAME }, #endif + { NULL, 0 } }; #endif