diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 3afdc7d8451..6a66c051fa4 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -759,7 +759,7 @@ in_arpinput(struct mbuf *m) } } else LLE_WUNLOCK(la); - } /* end of FIB loop */ + } reply: if (op != ARPOP_REQUEST) goto drop;