aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rps/rps-test_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/rps-test_util.c b/src/rps/rps-test_util.c
index 7f54feca1..227ff1a50 100644
--- a/src/rps/rps-test_util.c
+++ b/src/rps/rps-test_util.c
@@ -74,7 +74,7 @@ static struct GNUNET_CONTAINER_MultiHashMap *open_files;
74struct GNUNET_DISK_FileHandle * 74struct GNUNET_DISK_FileHandle *
75get_file_handle (const char *name) 75get_file_handle (const char *name)
76{ 76{
77 struct GNUNET_HashCode hash; 77 struct GNUNET_HashCode hash = {0};
78 struct GNUNET_DISK_FileHandle *fh; 78 struct GNUNET_DISK_FileHandle *fh;
79 79
80 if (NULL == open_files) 80 if (NULL == open_files)