* 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));