/[winpt]/trunk/Gnupg/parse-packet.c
ViewVC logotype

Diff of /trunk/Gnupg/parse-packet.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 213 by twoaday, Mon Jan 9 09:15:29 2006 UTC revision 214 by twoaday, Sun May 14 18:40:36 2006 UTC
# Line 743  parse( gpg_iobuf_t inp, PACKET *pkt, int Line 743  parse( gpg_iobuf_t inp, PACKET *pkt, int
743          /* with a some probability this is caused by a problem in the          /* with a some probability this is caused by a problem in the
744           * the uncompressing layer - in some error cases it just loops           * the uncompressing layer - in some error cases it just loops
745           * and spits out 0xff bytes. */           * and spits out 0xff bytes. */
746          printf ("%s: garbled packet detected\n", gpg_iobuf_where(inp) );          /*printf ("%s: garbled packet detected\n", gpg_iobuf_where(inp));*/
747          exit (2);          rc = G10ERR_INVALID_PACKET;
748            goto leave;
749      }      }
750            
751      if( out && pkttype  ) {      if( out && pkttype  ) {

Legend:
Removed from v.213  
changed lines
  Added in v.214

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26