diff options
Diffstat (limited to 'g10/export.c')
-rw-r--r-- | g10/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/export.c b/g10/export.c index 34ab90729..e5a0d9d95 100644 --- a/g10/export.c +++ b/g10/export.c @@ -306,7 +306,7 @@ do_export_stream( IOBUF out, strlist_t users, int secret, *any = 0; init_packet( &pkt ); - kdbhd = keydb_new (secret); + kdbhd = keydb_new (); if (!users) { ndesc = 1; |