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:
David Anderson 2007-02-07 03:16:44 +00:00
parent 64f9ff3022
commit 8c8b240617
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Groups
* ":CSDM" "allow"
* "csdm_enable" "deny"
*/
Commands
Overrides
{
}
"flags" "abcdefghiz"

View File

@ -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 {