mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-22 07:29:39 +08:00
Renamed config variable name in echovault_test.go
This commit is contained in:
@@ -288,7 +288,7 @@ func (acl *ACL) AuthenticateConnection(_ context.Context, conn *net.Conn, cmd []
|
||||
if userPassword.PasswordType == password.PasswordType &&
|
||||
userPassword.PasswordValue == password.PasswordValue &&
|
||||
user.Enabled {
|
||||
// Set the current connection to the selected user and set them as authenticated
|
||||
// Set the current connection to the selected user and set them as authenticated.
|
||||
acl.Connections[conn] = Connection{
|
||||
Authenticated: true,
|
||||
User: user,
|
||||
|
Reference in New Issue
Block a user