gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9279 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r9279 - gnunet/src/datastore
Date: Sun, 25 Oct 2009 05:07:48 -0600

Author: grothoff
Date: 2009-10-25 05:07:47 -0600 (Sun, 25 Oct 2009)
New Revision: 9279

Modified:
   gnunet/src/datastore/plugin_datastore_sqlite.c
Log:
fix

Modified: gnunet/src/datastore/plugin_datastore_sqlite.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_sqlite.c      2009-10-25 11:07:41 UTC 
(rev 9278)
+++ gnunet/src/datastore/plugin_datastore_sqlite.c      2009-10-25 11:07:47 UTC 
(rev 9279)
@@ -1632,7 +1632,7 @@
     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);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]