[svn] GnuPG - r4026 - trunk/g10

svn author dshaw cvs at cvs.gnupg.org
Fri Feb 24 04:57:12 CET 2006


Author: dshaw
Date: 2006-02-24 04:57:11 +0100 (Fri, 24 Feb 2006)
New Revision: 4026

Modified:
   trunk/g10/ChangeLog
   trunk/g10/keyserver.c
Log:
* keyserver.c (parse_keyserver_options): Only change max_cert if it is
used.


Modified: trunk/g10/ChangeLog
===================================================================
--- trunk/g10/ChangeLog	2006-02-23 22:39:40 UTC (rev 4025)
+++ trunk/g10/ChangeLog	2006-02-24 03:57:11 UTC (rev 4026)
@@ -1,5 +1,8 @@
 2006-02-23  David Shaw  <dshaw at jabberwocky.com>
 
+	* keyserver.c (parse_keyserver_options): Only change max_cert if
+	it is used.
+
 	* options.c, gpg.c (main), keyserver.c (keyserver_spawn): No
 	special treatment of include-revoked, include-subkeys, and
 	try-dns-srv.  These are keyserver features, and GPG shouldn't get

Modified: trunk/g10/keyserver.c
===================================================================
--- trunk/g10/keyserver.c	2006-02-23 22:39:40 UTC (rev 4025)
+++ trunk/g10/keyserver.c	2006-02-24 03:57:11 UTC (rev 4026)
@@ -124,7 +124,7 @@
 {
   int ret=1;
   char *tok;
-  char *max_cert;
+  char *max_cert=NULL;
 
   keyserver_opts[0].value=&max_cert;
 




More information about the Gnupg-commits mailing list