aboutsummaryrefslogtreecommitdiffstats
path: root/src/sqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqlite.c')
-rw-r--r--src/sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.c b/src/sqlite.c
index c1f3e7b599f..aea79406aa6 100644
--- a/src/sqlite.c
+++ b/src/sqlite.c
@@ -525,7 +525,7 @@ which means that we return a set object that can be queried with
525 /* Return a handle to get the data. */ 525 /* Return a handle to get the data. */
526 if (EQ (return_type, Qset)) 526 if (EQ (return_type, Qset))
527 { 527 {
528 retval = make_sqlite (true, db, stmt, XSQLITE (db)->name); 528 retval = make_sqlite (true, sdb, stmt, XSQLITE (db)->name);
529 goto exit; 529 goto exit;
530 } 530 }
531 531