Home
last modified time | relevance | path

Searched refs:newAuth (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dattach.c219 u8 newAuth = 0; in attachFunc() local
220 rc = sqlite3UserAuthCheckLogin(db, zName, &newAuth); in attachFunc()
221 if( newAuth<db->auth.authLevel ){ in attachFunc()