aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_sqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index f083a12e5f..e673bafa47 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -1632,7 +1632,7 @@ libgnunet_plugin_datastore_sqlite_done (void *cls)
fn = GNUNET_strdup (plugin->fn);
database_shutdown (plugin);
GNUNET_STATISTICS_destroy (plugin->statistics,
- GNUNET_YES);
+ GNUNET_NO);
plugin->env = NULL;
plugin->payload = 0;
GNUNET_free (api);