1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-07 23:27:48 +02:00

Fix last commit

* util/http.c (connect_server): Bump SRVINDEX and not SRV.
This commit is contained in:
Werner Koch 2012-12-19 13:57:29 +01:00
parent f2f12f41ef
commit 58004340cc

View File

@ -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;