diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-10-25 11:07:47 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-10-25 11:07:47 +0000 |
commit | 24a5d796bf4753403f080d3d26f56b6a94fd5e5d (patch) | |
tree | 3da0f0211823421f2fe053026bad7181b11ca27c /src/datastore/plugin_datastore_sqlite.c | |
parent | b0bc985f859188124d394a6105bfce1357a650e0 (diff) |
fix
git-svn-id: https://gnunet.org/svn/gnunet@9279 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r-- | src/datastore/plugin_datastore_sqlite.c | 2 |
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); |