diff options
Diffstat (limited to 'util/http.c')
-rw-r--r-- | util/http.c | 2 |
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; |