summaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-rw-r--r--src/datastore/plugin_datastore_mysql.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c
index 0ae5c1a2e..d76b4ccb4 100644
--- a/src/datastore/plugin_datastore_mysql.c
+++ b/src/datastore/plugin_datastore_mysql.c
@@ -990,6 +990,7 @@ mysql_plugin_get_keys (void *cls,
990 proc (proc_cls, NULL, 0); 990 proc (proc_cls, NULL, 0);
991 return; 991 return;
992 } 992 }
993 memset (&last, 0, sizeof (last)); /* make static analysis happy */
993 ret = GNUNET_YES; 994 ret = GNUNET_YES;
994 cnt = 0; 995 cnt = 0;
995 while (ret == GNUNET_YES) 996 while (ret == GNUNET_YES)