[git] GnuPG - branch, STABLE-BRANCH-1-4, updated. gnupg-1.4.12-32-g5800434

by Werner Koch cvs at cvs.gnupg.org
Wed Dec 19 14:02:25 CET 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, STABLE-BRANCH-1-4 has been updated
       via  58004340cc8c7124edc3c6866eec5478499b252e (commit)
      from  f2f12f41efe5a476833295dc6c44fcd887d0abe6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 58004340cc8c7124edc3c6866eec5478499b252e
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Dec 19 13:57:29 2012 +0100

    Fix last commit
    
    * util/http.c (connect_server): Bump SRVINDEX and not SRV.

diff --git a/util/http.c b/util/http.c
index bab9796..b72489b 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;

-----------------------------------------------------------------------

Summary of changes:
 util/http.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list