diff options
-rw-r--r-- | cmd_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd_debug.c b/cmd_debug.c index 7cbeb905..73f8686c 100644 --- a/cmd_debug.c +++ b/cmd_debug.c @@ -466,9 +466,9 @@ int cmd_list(int argc, char *argv[]) enum btree_id btree_id_start = 0; enum btree_id btree_id_end = BTREE_ID_NR; enum btree_id btree_id; - unsigned level; + unsigned level = 0; struct bpos start = POS_MIN, end = POS_MAX; - u64 inum; + u64 inum = 0; int mode = 0, opt; opt_set(opts, nochanges, true); |