forked from mirror/go-sqlite3
UserAuth: Fix Coverage
This commit is contained in:
parent
4c7a9b4b81
commit
c7b624f43d
|
@ -132,7 +132,7 @@ func (c *SQLiteConn) authUserDelete(username string) int {
|
|||
|
||||
// AuthEnabled checks if the database is protected by user authentication
|
||||
func (c *SQLiteConn) AuthEnabled() (exists bool) {
|
||||
_ := c.authEnabled()
|
||||
c.authEnabled()
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue