aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_sqlite.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-06 11:14:11 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-06 11:14:11 +0000
commitf5beb3eaf163fc0bf2a4f86bd413d3ee6939cfea (patch)
treeb59a38ad9e2296b3d2c8cc3302f21cf6d3ecc458 /src/namestore/plugin_namestore_sqlite.c
parent6db64c5eae089e1d81cafbb051f65412790d16bc (diff)
downloadgnunet-f5beb3eaf163fc0bf2a4f86bd413d3ee6939cfea.tar.gz
gnunet-f5beb3eaf163fc0bf2a4f86bd413d3ee6939cfea.zip
-fix misc issues
Diffstat (limited to 'src/namestore/plugin_namestore_sqlite.c')
-rw-r--r--src/namestore/plugin_namestore_sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/plugin_namestore_sqlite.c b/src/namestore/plugin_namestore_sqlite.c
index d6a2a2862..3710a4820 100644
--- a/src/namestore/plugin_namestore_sqlite.c
+++ b/src/namestore/plugin_namestore_sqlite.c
@@ -315,7 +315,7 @@ database_shutdown (struct Plugin *plugin)
315 sqlite3_finalize (plugin->iterate_all_zones); 315 sqlite3_finalize (plugin->iterate_all_zones);
316 if (NULL != plugin->zone_to_name) 316 if (NULL != plugin->zone_to_name)
317 sqlite3_finalize (plugin->zone_to_name); 317 sqlite3_finalize (plugin->zone_to_name);
318 if (NULL != plugin->zone_to_name) 318 if (NULL != plugin->lookup_label)
319 sqlite3_finalize (plugin->lookup_label); 319 sqlite3_finalize (plugin->lookup_label);
320 result = sqlite3_close (plugin->dbh); 320 result = sqlite3_close (plugin->dbh);
321 if (result == SQLITE_BUSY) 321 if (result == SQLITE_BUSY)