diff options
Diffstat (limited to 'e2fsck/pass1b.c')
-rw-r--r-- | e2fsck/pass1b.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsck/pass1b.c b/e2fsck/pass1b.c index f7ce8e47..a9eecd24 100644 --- a/e2fsck/pass1b.c +++ b/e2fsck/pass1b.c @@ -267,7 +267,7 @@ struct process_block_struct { static void pass1b(e2fsck_t ctx, char *block_buf) { ext2_filsys fs = ctx->fs; - ext2_ino_t ino; + ext2_ino_t ino = 0; struct ext2_inode inode; ext2_inode_scan scan; struct process_block_struct pb; |