mav 2008-03-16 23:12:17 UTC FreeBSD src repository Modified files: sys/netgraph ng_base.c Log: Remove impossible (hk_peer == NULL) check from ng_address_hook(). Valid hook can't have NULL peer. Even invalid one can't, as it is resets to deadhook, but not NULL. Revision Changes Path 1.151 +0 -1 src/sys/netgraph/ng_base.c