mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Updated to match the switch to the NSIS installer.
This commit is contained in:
parent
b663f3f8d3
commit
334e3e96d2
7 changed files with 328 additions and 197 deletions
|
@ -1151,7 +1151,7 @@ do_proc_packets( CTX c, IOBUF a )
|
|||
if( rc ) {
|
||||
free_packet(pkt);
|
||||
/* stop processing when an invalid packet has been encountered
|
||||
* but don't do so when we are doing a --list-packet. */
|
||||
* but don't do so when we are doing a --list-packets. */
|
||||
if( rc == G10ERR_INVALID_PACKET && opt.list_packets != 2 )
|
||||
break;
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue