gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13943 - gnunet/src/datacache


From: gnunet
Subject: [GNUnet-SVN] r13943 - gnunet/src/datacache
Date: Mon, 20 Dec 2010 16:30:34 +0100

Author: wachs
Date: 2010-12-20 16:30:34 +0100 (Mon, 20 Dec 2010)
New Revision: 13943

Modified:
   gnunet/src/datacache/plugin_datacache_sqlite.c
Log:


Modified: gnunet/src/datacache/plugin_datacache_sqlite.c
===================================================================
--- gnunet/src/datacache/plugin_datacache_sqlite.c      2010-12-20 15:29:04 UTC 
(rev 13942)
+++ gnunet/src/datacache/plugin_datacache_sqlite.c      2010-12-20 15:30:34 UTC 
(rev 13943)
@@ -424,8 +424,9 @@
   struct GNUNET_DATACACHE_PluginFunctions *api = cls;
   struct Plugin *plugin = api->cls;
   int result;
+#if SQLITE_VERSION_NUMBER >= 3007000
   sqlite3_stmt *stmt;
-  stmt = NULL;
+#endif
 
 #if !WINDOWS || defined(__CYGWIN__)
   if (0 != UNLINK (plugin->fn))




reply via email to

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