Fixes to Coverity defects 87073, 87388.

This commit is contained in:
Markus Makela
2015-02-16 09:11:55 +02:00
parent 37360eb02e
commit cd99d6c1dd
2 changed files with 28 additions and 4 deletions

View File

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