gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6305 - GNUnet/src/applications/dstore_mysql


From: gnunet
Subject: [GNUnet-SVN] r6305 - GNUnet/src/applications/dstore_mysql
Date: Fri, 15 Feb 2008 10:02:40 -0700 (MST)

Author: grothoff
Date: 2008-02-15 10:02:40 -0700 (Fri, 15 Feb 2008)
New Revision: 6305

Modified:
   GNUnet/src/applications/dstore_mysql/dstore_mysql.c
Log:
fix

Modified: GNUnet/src/applications/dstore_mysql/dstore_mysql.c
===================================================================
--- GNUnet/src/applications/dstore_mysql/dstore_mysql.c 2008-02-15 16:12:53 UTC 
(rev 6304)
+++ GNUnet/src/applications/dstore_mysql/dstore_mysql.c 2008-02-15 17:02:40 UTC 
(rev 6305)
@@ -456,8 +456,8 @@
   if (bloom != NULL)
     GNUNET_bloomfilter_add (bloom, key);
   payload += size + OVERHEAD;
+  GNUNET_mutex_unlock (lock);
   checkQuota ();
-  GNUNET_mutex_unlock (lock);
   if (stats != NULL)
     stats->set (stat_dstore_size, payload);
   return GNUNET_OK;





reply via email to

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