just to remove "unused variable" error
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 20 Dec 2010 10:45:58 +0000 (10:45 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 20 Dec 2010 10:45:58 +0000 (10:45 +0000)
src/datacache/plugin_datacache_sqlite.c

index 1e293a4bab411ff0c94a50b14337d12cebba2840..3a27649d63abbece585a5754b5123d53f24d2957 100644 (file)
@@ -425,6 +425,7 @@ libgnunet_plugin_datacache_sqlite_done (void *cls)
   struct Plugin *plugin = api->cls;
   int result;
   sqlite3_stmt *stmt;
+  stmt = NULL;
 
 #if !WINDOWS || defined(__CYGWIN__)
   if (0 != UNLINK (plugin->fn))