Nullify sqlite3 handler at deinit. Signed-off-by: Eric Leblond <eric@xxxxxxxxx> --- output/sqlite3/ulogd_output_SQLITE3.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/output/sqlite3/ulogd_output_SQLITE3.c b/output/sqlite3/ulogd_output_SQLITE3.c index f9f2462..5c49055 100644 --- a/output/sqlite3/ulogd_output_SQLITE3.c +++ b/output/sqlite3/ulogd_output_SQLITE3.c @@ -431,6 +431,8 @@ sqlite3_stop(struct ulogd_pluginstance *pi) sqlite3_close(priv->dbh); + priv->dbh = NULL; + return 0; } -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html