| commit | eadad87753c250a4e6c53511ad3e613ddc2e85f7 | [log] [tgz] |
|---|---|---|
| author | Yasuhiro Matsumoto <[email protected]> | Tue Sep 18 08:09:27 2018 |
| committer | Yasuhiro Matsumoto <[email protected]> | Tue Sep 18 08:09:27 2018 |
| tree | 7ae55078bd3eb3d4c4979ed4507a6c61366a577e | |
| parent | 89b0dfee1a781821ad60d729b072a9a90e61ff37 [diff] |
Fix build
diff --git a/sqlite3-binding.c b/sqlite3-binding.c index 49d8f3a..ea35181 100644 --- a/sqlite3-binding.c +++ b/sqlite3-binding.c
@@ -219350,7 +219350,7 @@ 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. */ }