Page MenuHomeFreeBSD

pf: Remove redundant kif != NULL checks
ClosedPublic

Authored by kp on Mar 10 2021, 4:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 23, 8:58 AM
Unknown Object (File)
Fri, Oct 18, 7:28 AM
Unknown Object (File)
Fri, Oct 18, 7:28 AM
Unknown Object (File)
Fri, Oct 18, 7:27 AM
Unknown Object (File)
Fri, Oct 18, 7:08 AM
Unknown Object (File)
Tue, Oct 15, 10:25 AM
Unknown Object (File)
Tue, Oct 15, 10:25 AM
Unknown Object (File)
Oct 1 2024, 4:47 AM

Details

Summary

pf_kkif_free() already checks for NULL, so we don't have to check before
we call it.

MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable