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)
Sun, May 28, 7:13 PM
Unknown Object (File)
Mar 16 2023, 5:19 PM
Unknown Object (File)
Mar 16 2023, 5:18 PM
Unknown Object (File)
Mar 16 2023, 5:15 PM
Unknown Object (File)
Mar 9 2023, 8:38 AM
Unknown Object (File)
Feb 17 2023, 3:52 PM

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