1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-29 02:22:45 +02:00

Fix compiler warning.

This commit is contained in:
David Shaw 2002-02-14 22:52:30 +00:00
parent c5f838a968
commit 3d8e692e2a
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2002-02-14 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_ldap.c: Fix compiler warning.
* gpgkeys_ldap.c: Be much more robust with mangled input files.
2001-12-28 David Shaw <dshaw@jabberwocky.com>

View File

@ -555,7 +555,7 @@ int main(int argc,char *argv[])
int version;
char *attrs[]={"basekeyspacedn","version","software",NULL};
LDAPMessage *res;
struct keylist *keylist=NULL,*keyptr;
struct keylist *keylist=NULL,*keyptr=NULL;
#ifdef __riscos__
__riscosify_control = __RISCOSIFY_NO_PROCESS;