Fix clang-tidy warning

This commit is contained in:
Nick Peng
2019-02-22 01:55:19 +08:00
parent 85b0eed3a2
commit c0c6fde39d
5 changed files with 14 additions and 7 deletions

View File

@@ -338,7 +338,7 @@ errout:
}
tlog(TLOG_ERROR, "add doamin %s rule failed", domain);
return 0;
return -1;
}
int config_domain_rule_flag_set(char *domain, unsigned int flag)