]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/ddp_aep.c
xnu-1228.7.58.tar.gz
[apple/xnu.git] / bsd / netat / ddp_aep.c
index fde6cdb4b065cf681cecb181c0a7226947ab72b4..11beb6b96f6dfcf08a244521bf003e4f2cdeee38 100644 (file)
@@ -88,8 +88,8 @@ void ep_input (mp, ifID)
         * Check if this AEP message is for us or need to be forwarded
         */
        if (!ROUTING_MODE || 
-           (ifID->ifThisNode.s_net == NET_VALUE(ddp->dst_net))
-           && (ifID->ifThisNode.s_node == ddp->dst_node)) {
+           ((ifID->ifThisNode.s_net == NET_VALUE(ddp->dst_net))
+           && (ifID->ifThisNode.s_node == ddp->dst_node))) {
 
                dPrintf(D_M_AEP, D_L_INFO, ("aep_input: received for this port from %d:%d\n",
                        NET_VALUE(ddp->src_net), ddp->src_node));