Skip to content

Commit eadad87

Browse files
committed
Fix build
1 parent 89b0dfe commit eadad87

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)