change "expr == false" to "!expr" in conditionals
(cherry picked from commit 57e54c46e4)
This commit is contained in:
@@ -811,7 +811,7 @@ check_recursionacls(cfg_aclconfctx_t *actx, const cfg_obj_t *voptions,
|
||||
continue;
|
||||
}
|
||||
|
||||
if (recursion == false && !dns_acl_isnone(acl)) {
|
||||
if (!recursion && !dns_acl_isnone(acl)) {
|
||||
cfg_obj_log(aclobj, logctx, ISC_LOG_WARNING,
|
||||
"both \"recursion no;\" and "
|
||||
"\"%s\" active%s%s",
|
||||
|
||||
Reference in New Issue
Block a user