From: Christian Grothoff Date: Sun, 25 Oct 2009 11:07:47 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~23261 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2107f7a34fad332eb3ff2f858cdf4c303bb48a34;p=oweals%2Fgnunet.git fix --- diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c index f083a12e5..e673bafa4 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);