mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Forgot to sync the CVS. Check in the code again.
This commit is contained in:
parent
5ee4951f28
commit
b79275a66f
5 changed files with 113 additions and 62 deletions
|
@ -2545,10 +2545,13 @@ main( int argc, char **argv )
|
|||
set_packet_list_mode(1);
|
||||
opt.list_packets=1;
|
||||
}
|
||||
if( opt.outfile )
|
||||
mainproc_open_output( opt.outfile );
|
||||
rc = proc_packets(NULL, a );
|
||||
if( rc )
|
||||
log_error("processing message failed: %s\n", g10_errstr(rc) );
|
||||
iobuf_close(a);
|
||||
mainproc_open_output( NULL );
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue