gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r9238 - gnunet/src/datastore
Date: Wed, 21 Oct 2009 14:11:13 -0600

Author: grothoff
Date: 2009-10-21 14:11:13 -0600 (Wed, 21 Oct 2009)
New Revision: 9238

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-21 14:51:31 UTC 
(rev 9237)
+++ gnunet/src/datastore/plugin_datastore_sqlite.c      2009-10-21 20:11:13 UTC 
(rev 9238)
@@ -1634,10 +1634,10 @@
   if (plugin->drop_on_shutdown)
     fn = GNUNET_strdup (plugin->fn);
   database_shutdown (plugin);
+  GNUNET_STATISTICS_destroy (plugin->statistics);
+  GNUNET_ARM_stop_services (plugin->env->cfg, plugin->env->sched, 
"statistics", NULL);
   plugin->env = NULL; 
   plugin->payload = 0;
-  GNUNET_STATISTICS_destroy (plugin->statistics);
-  GNUNET_ARM_stop_services (plugin->env->cfg, plugin->env->sched, 
"statistics", NULL);
   GNUNET_free (api);
   if (fn != NULL)
     {





reply via email to

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