summaryrefslogtreecommitdiffstats
path: root/util/iobuf.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2000-07-25 17:38:12 +0200
committerWerner Koch <wk@gnupg.org>2000-07-25 17:38:12 +0200
commitb872ea2577bb68fc29d126cf79900d88d55ba268 (patch)
tree8464add6c2571724cf174d25b45a7cd05778eed0 /util/iobuf.c
parentSee ChangeLog: Mon Jul 17 16:35:47 CEST 2000 Werner Koch (diff)
downloadgnupg2-b872ea2577bb68fc29d126cf79900d88d55ba268.tar.xz
gnupg2-b872ea2577bb68fc29d126cf79900d88d55ba268.zip
See ChangeLog: Tue Jul 25 17:44:15 CEST 2000 Werner Koch
Diffstat (limited to 'util/iobuf.c')
-rw-r--r--util/iobuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/iobuf.c b/util/iobuf.c
index d4900f416..ce63b55b8 100644
--- a/util/iobuf.c
+++ b/util/iobuf.c
@@ -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,