aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2018-10-23 23:15:44 +0000
committerKristof Provost <kp@FreeBSD.org>2018-10-23 23:15:44 +0000
commit73c9014569c0e5f9f7a70359f4cb0ad8c281bdc7 (patch)
treed688c9f29eabb839087d921118bd40f6aa4e8707 /gnu
parentad6f5f9ab52eeedca8cbdb325e78b33381bd0e2f (diff)
pf: ifp can never be NULL in pfi_ifaddr_event()
There's no point in the NULL check for ifp, because we'll already have dereferenced it by then. Moreover, the event will always have a valid ifp. Replace the late check with an early assertion. CID: 1357338
Notes
svn path=/head/; revision=339674
Diffstat (limited to 'gnu')
0 files changed, 0 insertions, 0 deletions