diff options
Diffstat (limited to '')
-rw-r--r-- | g10/keyserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyserver.c b/g10/keyserver.c index 461444f1c..27f52719d 100644 --- a/g10/keyserver.c +++ b/g10/keyserver.c @@ -1719,7 +1719,7 @@ keyidlist(strlist_t users,KEYDB_SEARCH_DESC **klist,int *count,int fakev3) *klist=xmalloc(sizeof(KEYDB_SEARCH_DESC)*num); - kdbhd=keydb_new(0); + kdbhd=keydb_new (); if(!users) { |