Fix build

This commit is contained in:
Yasuhiro Matsumoto 2018-09-18 17:09:27 +09:00
parent 89b0dfee1a
commit eadad87753
No known key found for this signature in database
GPG Key ID: 622DE34DC490584B
1 changed files with 1 additions and 1 deletions

View File

@ -219350,7 +219350,7 @@ int sqlite3_user_authenticate(
db->auth.nAuthPW = nPW;
rc = sqlite3UserAuthCheckLogin(db, "main", &authLevel);
db->auth.authLevel = authLevel;
sqlite3ExpirePreparedStatements(db);
sqlite3ExpirePreparedStatements(db, 0);
if( rc ){
return rc; /* OOM error, I/O error, etc. */
}