diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2011-06-18 13:54:36 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2011-06-18 13:54:36 +0000 |
| commit | f404863979cd0d00193099825904396d5f30cb34 (patch) | |
| tree | 33a1c4a7084ac4fc19e7b4b4c7245de7c5fb3f8d | |
| parent | 930c182a0688af02c2ae13bb4e27935431f54456 (diff) | |
Notes
| -rw-r--r-- | sys/netinet/if_ether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 3afdc7d8451c..6a66c051fa4b 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -759,7 +759,7 @@ match: } } else LLE_WUNLOCK(la); - } /* end of FIB loop */ + } reply: if (op != ARPOP_REQUEST) goto drop; |
