1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

See ChangeLog: Tue Feb 15 08:48:13 CET 2000 Werner Koch

This commit is contained in:
Werner Koch 2000-02-15 07:51:01 +00:00
parent 17eb1405a2
commit 79dcd00c28
3 changed files with 11 additions and 1 deletions

View file

@ -115,6 +115,9 @@ import_keys( char **fnames, int nnames, int fast )
/* fixme: don't use static variables */
memset( &stats, 0, sizeof( stats ) );
if( !fnames && !nnames )
nnames = 1; /* Ohh what a ugly hack to jump into the loop */
for(i=0; i < nnames; i++ ) {
const char *fname = fnames? fnames[i] : NULL;
IOBUF inp = iobuf_open(fname);