projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8488219
)
removing "unused variable" error
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 20 Dec 2010 10:54:17 +0000
(10:54 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 20 Dec 2010 10:54:17 +0000
(10:54 +0000)
src/datastore/plugin_datastore_sqlite.c
patch
|
blob
|
history
diff --git
a/src/datastore/plugin_datastore_sqlite.c
b/src/datastore/plugin_datastore_sqlite.c
index 1f7348a984b4d989473843e72fbd282e22928d5f..4799b6bcaea7639c831fe5a3e36838a5fa5eae86 100644
(file)
--- a/
src/datastore/plugin_datastore_sqlite.c
+++ b/
src/datastore/plugin_datastore_sqlite.c
@@
-360,6
+360,7
@@
database_shutdown (struct Plugin *plugin)
{
int result;
sqlite3_stmt *stmt;
+ stmt = NULL;
if (plugin->delRow != NULL)
sqlite3_finalize (plugin->delRow);