mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Tue Jul 25 17:44:15 CEST 2000 Werner Koch
This commit is contained in:
parent
0bf44b072c
commit
b872ea2577
16 changed files with 493 additions and 238 deletions
|
@ -468,7 +468,7 @@ int
|
|||
iobuf_close( IOBUF a )
|
||||
{
|
||||
IOBUF a2;
|
||||
size_t dummy_len;
|
||||
size_t dummy_len = 0;
|
||||
int rc=0;
|
||||
|
||||
if( a && a->directfp ) {
|
||||
|
@ -986,7 +986,7 @@ underflow(IOBUF a)
|
|||
|
||||
}
|
||||
if( a->use == 1 && rc == -1 ) { /* EOF: we can remove the filter */
|
||||
size_t dummy_len;
|
||||
size_t dummy_len=0;
|
||||
|
||||
/* and tell the filter to free itself */
|
||||
if( (rc = a->filter(a->filter_ov, IOBUFCTRL_FREE, a->chain,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue