diff options
Diffstat (limited to 'common/iobuf.c')
-rw-r--r-- | common/iobuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/iobuf.c b/common/iobuf.c index ae9bfa94d..4c6d5b5d5 100644 --- a/common/iobuf.c +++ b/common/iobuf.c @@ -1303,7 +1303,7 @@ iobuf_open (const char *fname) iobuf_t a; fp_or_fd_t fp; file_filter_ctx_t *fcx; - size_t len; + size_t len = 0; int print_only = 0; int fd; |