gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r13942 - gnunet/src/datastore
Date: Mon, 20 Dec 2010 16:29:04 +0100

Author: wachs
Date: 2010-12-20 16:29:04 +0100 (Mon, 20 Dec 2010)
New Revision: 13942

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


Modified: gnunet/src/datastore/plugin_datastore_sqlite.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_sqlite.c      2010-12-20 10:54:17 UTC 
(rev 13941)
+++ gnunet/src/datastore/plugin_datastore_sqlite.c      2010-12-20 15:29:04 UTC 
(rev 13942)
@@ -359,8 +359,9 @@
 database_shutdown (struct Plugin *plugin)
 {
   int result;
+#if SQLITE_VERSION_NUMBER >= 3007000
   sqlite3_stmt *stmt;
-  stmt = NULL;
+#endif
 
   if (plugin->delRow != NULL)
     sqlite3_finalize (plugin->delRow);




reply via email to

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