gnupg/keyserver (ChangeLog gpgkeys_finger.c)

cvs user dshaw cvs at cvs.gnupg.org
Sat Oct 16 18:01:29 CEST 2004


    Date: Saturday, October 16, 2004 @ 18:04:19
  Author: dshaw
    Path: /cvs/gnupg/gnupg/keyserver

Modified: ChangeLog gpgkeys_finger.c

* gpgkeys_finger.c [_WIN32] (connect_server): Fix typo.


------------------+
 ChangeLog        |    4 ++++
 gpgkeys_finger.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)


Index: gnupg/keyserver/ChangeLog
diff -u gnupg/keyserver/ChangeLog:1.87 gnupg/keyserver/ChangeLog:1.88
--- gnupg/keyserver/ChangeLog:1.87	Fri Oct 15 14:19:06 2004
+++ gnupg/keyserver/ChangeLog	Sat Oct 16 18:04:19 2004
@@ -1,3 +1,7 @@
+2004-10-16  David Shaw  <dshaw at jabberwocky.com>
+
+	* gpgkeys_finger.c [_WIN32] (connect_server): Fix typo.
+
 2004-10-15  Werner Koch  <wk at g10code.com>
 
 	* gpgkeys_ldap.c (main, show_help): Kludge to implement standard
Index: gnupg/keyserver/gpgkeys_finger.c
diff -u gnupg/keyserver/gpgkeys_finger.c:1.6 gnupg/keyserver/gpgkeys_finger.c:1.7
--- gnupg/keyserver/gpgkeys_finger.c:1.6	Fri Oct 15 14:19:06 2004
+++ gnupg/keyserver/gpgkeys_finger.c	Sat Oct 16 18:04:19 2004
@@ -121,7 +121,7 @@
   /* Win32 gethostbyname doesn't handle IP addresses internally, so we
      try inet_addr first on that platform only. */
   if ((l = inet_addr (server)) != SOCKET_ERROR) 
-    memcpy (&ad.sin_addr, &l, sizeof l);
+    memcpy (&addr.sin_addr, &l, sizeof l);
   else if ((hp = gethostbyname (server))) 
     {
       if (hp->h_addrtype != AF_INET)




More information about the Gnupg-commits mailing list