Fixes to Coverity defects 87073, 87388.
This commit is contained in:
@ -637,7 +637,7 @@ void link_rules(char* rule, FW_INSTANCE* instance)
|
||||
|
||||
/**Apply rules to users*/
|
||||
|
||||
bool match_any;
|
||||
bool match_any = true;
|
||||
char *tok, *ruleptr, *userptr, *modeptr;
|
||||
char *saveptr = NULL;
|
||||
RULELIST* rulelist = NULL;
|
||||
|
Reference in New Issue
Block a user