]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/ip_dummynet.c
xnu-2782.30.5.tar.gz
[apple/xnu.git] / bsd / netinet / ip_dummynet.c
index be38174c0491f880d633f1558f06cf52fcf78559..38338ae58e94e9951179dad83ad3b91942270cf7 100644 (file)
@@ -2594,7 +2594,7 @@ ip_dn_init(void)
        default_rule.cmd[0].len = 1;
        default_rule.cmd[0].opcode = 
 #ifdef IPFIREWALL_DEFAULT_TO_ACCEPT
-                                1 ? O_ACCEPT :
+                                (1) ? O_ACCEPT :
 #endif
                                 O_DENY;
 }