aboutsummaryrefslogtreecommitdiffstats
path: root/util/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/http.c')
-rw-r--r--util/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/http.c b/util/http.c
index bab979613..b72489bd2 100644
--- a/util/http.c
+++ b/util/http.c
@@ -925,7 +925,7 @@ connect_server( const char *server, ushort port, unsigned int flags,
#else /* !HAVE_GETADDRINFO */
- for(srvindex=0; srvindex < srvcount; srv++)
+ for(srvindex=0; srvindex < srvcount; srvindex++)
{
int i=0;
struct hostent *host=NULL;