aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/plugin_namestore_sqlite.c
diff options
context:
space:
mode:
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)