aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_mysql.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-06 15:24:26 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-06 15:24:26 +0000
commit3d7bae58c4b9b128e6000a2fe1fe65595235bb14 (patch)
treed50cfa569c5d447da5663333e61964c47ac09f73 /src/datastore/plugin_datastore_mysql.c
parent6cef8fea0c3b6756870786ebc4db0588373c8f65 (diff)
downloadgnunet-3d7bae58c4b9b128e6000a2fe1fe65595235bb14.tar.gz
gnunet-3d7bae58c4b9b128e6000a2fe1fe65595235bb14.zip
misc fixes
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)