Skip to content

Commit 6de94b0

Browse files
authored
Merge pull request #637 from mattn/fix-build2
Fix build
2 parents 89b0dfe + eadad87 commit 6de94b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3-binding.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219350,7 +219350,7 @@ int sqlite3_user_authenticate(
219350219350
db->auth.nAuthPW = nPW;
219351219351
rc = sqlite3UserAuthCheckLogin(db, "main", &authLevel);
219352219352
db->auth.authLevel = authLevel;
219353-
sqlite3ExpirePreparedStatements(db);
219353+
sqlite3ExpirePreparedStatements(db, 0);
219354219354
if( rc ){
219355219355
return rc; /* OOM error, I/O error, etc. */
219356219356
}

0 commit comments

Comments
 (0)