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

Reverted recent changes to --output. This is the stable branch and it

might break applications.
This commit is contained in:
Werner Koch 2003-04-14 07:52:18 +00:00
parent b79275a66f
commit 7b63a8ed5c
5 changed files with 62 additions and 113 deletions

View file

@ -2545,13 +2545,10 @@ 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;
}