gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r13941 - gnunet/src/datastore
Date: Mon, 20 Dec 2010 11:54:17 +0100

Author: wachs
Date: 2010-12-20 11:54:17 +0100 (Mon, 20 Dec 2010)
New Revision: 13941

Modified:
   gnunet/src/datastore/plugin_datastore_sqlite.c
Log:
removing "unused variable" error


Modified: gnunet/src/datastore/plugin_datastore_sqlite.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_sqlite.c      2010-12-20 10:45:58 UTC 
(rev 13940)
+++ gnunet/src/datastore/plugin_datastore_sqlite.c      2010-12-20 10:54:17 UTC 
(rev 13941)
@@ -360,6 +360,7 @@
 {
   int result;
   sqlite3_stmt *stmt;
+  stmt = NULL;
 
   if (plugin->delRow != NULL)
     sqlite3_finalize (plugin->delRow);




reply via email to

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