Parantheses to avoid compiler warning
[freeradius.git] / src / main / realms.c
index 8125662..9c8b9fb 100644 (file)
@@ -1643,8 +1643,9 @@ static int realm_add(realm_config_t *rc, CONF_SECTION *cs)
                        return 0;
                }
 
-               if (!auth_pool || auth_pool_name &&
-                   (strcmp(auth_pool_name, acct_pool_name) != 0)) {
+               if (!auth_pool ||
+                   (auth_pool_name &&
+                    (strcmp(auth_pool_name, acct_pool_name) != 0))) {
                        do_print = TRUE;
                }