diff options
author | drh <drh@noemail.net> | 2014-09-11 15:25:02 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2014-09-11 15:25:02 +0000 |
commit | a000ca681aa71c7efb4b9ab91f8ae6ca2bf289d3 (patch) | |
tree | 15ad98b1b1dbb932e3a1a5bcc9e41d5a299042ab /src/attach.c | |
parent | 9d5b0df132ad3abec0bc0aa2913814e845909b05 (diff) | |
download | sqlite-a000ca681aa71c7efb4b9ab91f8ae6ca2bf289d3.tar.gz sqlite-a000ca681aa71c7efb4b9ab91f8ae6ca2bf289d3.zip |
All interfaces working and tested.
FossilOrigin-Name: 96ea5c0b3cd1dec81d490f2f958ebd2e47a24921
Diffstat (limited to 'src/attach.c')
-rw-r--r-- | src/attach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attach.c b/src/attach.c index 5763e631a..cf52bb24b 100644 --- a/src/attach.c +++ b/src/attach.c @@ -212,7 +212,7 @@ static void attachFunc( u8 newAuth = 0; rc = sqlite3UserAuthCheckLogin(db, zName, &newAuth); if( newAuth<db->auth.authLevel ){ - rc = SQLITE_AUTH; + rc = SQLITE_AUTH_USER; } } #endif |