mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-31 11:41:32 +01:00
Fix last commit
* util/http.c (connect_server): Bump SRVINDEX and not SRV.
This commit is contained in:
parent
f2f12f41ef
commit
58004340cc
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user