[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r6257 - GNUnet/src/applications/sqstore_mysql
From: |
gnunet |
Subject: |
[GNUnet-SVN] r6257 - GNUnet/src/applications/sqstore_mysql |
Date: |
Mon, 11 Feb 2008 21:51:28 -0700 (MST) |
Author: grothoff
Date: 2008-02-11 21:51:28 -0700 (Mon, 11 Feb 2008)
New Revision: 6257
Modified:
GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
unlock
Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c 2008-02-12 04:51:10 UTC
(rev 6256)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c 2008-02-12 04:51:28 UTC
(rev 6257)
@@ -695,6 +695,7 @@
__FILE__, __LINE__,
mysql_stmt_error (dbh->select_value));
iclose ();
+ GNUNET_mutex_unlock (lock);
GNUNET_free (datum);
return NULL;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r6257 - GNUnet/src/applications/sqstore_mysql,
gnunet <=