summaryrefslogtreecommitdiff
path: root/random-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'random-test.c')
-rw-r--r--random-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/random-test.c b/random-test.c
index 3a38ae7a..90fca13f 100644
--- a/random-test.c
+++ b/random-test.c
@@ -261,7 +261,7 @@ static int fill_radix(struct btrfs_root *root, struct radix_tree_root *radix)
{
struct btrfs_path path;
struct btrfs_key key;
- unsigned long found;
+ unsigned long found = 0;
int ret;
int slot;
int i;