mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Continued with merging.
Still does not build.
This commit is contained in:
parent
29b23dea97
commit
d0907e64f4
22 changed files with 158 additions and 158 deletions
|
@ -491,11 +491,10 @@ parse( IOBUF inp, PACKET *pkt, int onlykeypkts, off_t *retpos,
|
|||
}
|
||||
|
||||
if( out && pkttype ) {
|
||||
if( iobuf_write( out, hdr, hdrlen ) == -1 )
|
||||
rc = G10ERR_WRITE_FILE;
|
||||
else
|
||||
rc = iobuf_write (out, hdr, hdrlen);
|
||||
if (!rc)
|
||||
rc = copy_packet(inp, out, pkttype, pktlen, partial );
|
||||
goto leave;
|
||||
goto leave;
|
||||
}
|
||||
|
||||
if (with_uid && pkttype == PKT_USER_ID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue