K 10 svn:author V 2 kp K 8 svn:date V 27 2018-10-23T23:15:44.080285Z K 7 svn:log V 259 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 END