]> jfr.im git - irc/quakenet/newserv.git/blobdiff - sqlite/sqlite.c
gline playground
[irc/quakenet/newserv.git] / sqlite / sqlite.c
index 7ff234d8c9cb7f44d63316accf10527b044b7ddd..904ad13d79d05750e54602b39b7a7507a9648456 100644 (file)
@@ -321,12 +321,12 @@ static void loadtablerows(SQLiteConn *c, void *tag) {
 
   /* the handlers do all the checking and cleanup */
   if(t->init)
-    (t->init)(c, t->tag);
+    (t->init)(NULL, t->tag);
 
   (t->data)(c, t->tag);
 
   if(t->fini)
-    (t->fini)(c, t->tag);
+    (t->fini)(NULL, t->tag);
 
   nsfree(POOL_SQLITE, t);
 }