fixed a bug in group reading
fixed an error in the group config file --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40451
This commit is contained in:
parent
64f9ff3022
commit
8c8b240617
@ -16,7 +16,7 @@ Groups
|
||||
* ":CSDM" "allow"
|
||||
* "csdm_enable" "deny"
|
||||
*/
|
||||
Commands
|
||||
Overrides
|
||||
{
|
||||
}
|
||||
"flags" "abcdefghiz"
|
||||
|
@ -111,7 +111,7 @@ public SMCResult:ReadGroups_KeyValue(Handle:smc,
|
||||
} else {
|
||||
/* If we can't find the group, we'll need to schedule a reparse */
|
||||
new GroupId:id = FindAdmGroup(value);
|
||||
if (id == INVALID_GROUP_ID)
|
||||
if (id != INVALID_GROUP_ID)
|
||||
{
|
||||
SetAdmGroupImmuneFrom(g_CurGrp, id);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user