diff options
Diffstat (limited to 'src/statfile.c')
-rw-r--r-- | src/statfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statfile.c b/src/statfile.c index 005ea7c8a..08b271065 100644 --- a/src/statfile.c +++ b/src/statfile.c @@ -418,7 +418,7 @@ statfile_pool_create (statfile_pool_t * pool, char *filename, size_t size) }; struct stat_file_block block = { 0, 0, 0 }; int fd; - unsigned int buflen, nblocks; + unsigned int buflen = 0, nblocks; char *buf = NULL; if (statfile_pool_is_open (pool, filename) != NULL) { |