gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r13940 - gnunet/src/datacache
Date: Mon, 20 Dec 2010 11:45:58 +0100

Author: wachs
Date: 2010-12-20 11:45:58 +0100 (Mon, 20 Dec 2010)
New Revision: 13940

Modified:
   gnunet/src/datacache/plugin_datacache_sqlite.c
Log:
just to remove "unused variable" error


Modified: gnunet/src/datacache/plugin_datacache_sqlite.c
===================================================================
--- gnunet/src/datacache/plugin_datacache_sqlite.c      2010-12-20 10:19:20 UTC 
(rev 13939)
+++ gnunet/src/datacache/plugin_datacache_sqlite.c      2010-12-20 10:45:58 UTC 
(rev 13940)
@@ -425,6 +425,7 @@
   struct Plugin *plugin = api->cls;
   int result;
   sqlite3_stmt *stmt;
+  stmt = NULL;
 
 #if !WINDOWS || defined(__CYGWIN__)
   if (0 != UNLINK (plugin->fn))




reply via email to

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