mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Fri Oct 6 14:29:16 CEST 2000 Werner Koch
This commit is contained in:
parent
9c20f65cbe
commit
14974bc5d7
18 changed files with 470 additions and 1332 deletions
|
@ -953,7 +953,7 @@ do_proc_packets( CTX c, IOBUF a )
|
|||
|
||||
c->iobuf = a;
|
||||
init_packet(pkt);
|
||||
while( (rc=parse_packet(a, pkt)) != -1 ) {
|
||||
while( (rc=parse_packet(a, pkt, NULL)) != -1 ) {
|
||||
any_data = 1;
|
||||
if( rc ) {
|
||||
free_packet(pkt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue