ACL: fix user/rule inverted error message.
This commit is contained in:
parent
58c070757d
commit
b74c41c8e4
@ -992,7 +992,7 @@ int ACLLoadConfiguredUsers(void) {
|
|||||||
char *errmsg = ACLSetUserStringError();
|
char *errmsg = ACLSetUserStringError();
|
||||||
serverLog(LL_WARNING,"Error loading ACL rule '%s' for "
|
serverLog(LL_WARNING,"Error loading ACL rule '%s' for "
|
||||||
"the user named '%s': %s",
|
"the user named '%s': %s",
|
||||||
aclrules[0],aclrules[j],errmsg);
|
aclrules[j],aclrules[0],errmsg);
|
||||||
return C_ERR;
|
return C_ERR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user