Mod aaa-12 修改免认证规则是否有效的代码

RCA:
SOL:
修改人:chenling
检视人:
This commit is contained in:
ChenLing 2019-06-20 18:09:07 +08:00
parent 81b6e2b7e2
commit ef6bdb9269
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ int _valid_authfreerule(struct authfree_configure *s)
{
return 0;
}
else
{
return -1;
}
}
else
{