check authEnabled
This commit is contained in:
committed by
mattn
parent
4372bf2fb0
commit
eb86f084da
@@ -161,7 +161,7 @@ func (c *SQLiteConn) AuthEnabled() (exists bool) {
|
||||
// 0 - Disabled
|
||||
// 1 - Enabled
|
||||
func (c *SQLiteConn) authEnabled() int {
|
||||
return 1
|
||||
return 0
|
||||
}
|
||||
|
||||
// EOF
|
||||
|
||||
Reference in New Issue
Block a user