Page MenuHomeFreeBSD

if_ovpn: remove unused argument
ClosedPublic

Authored by kp on Sep 9 2024, 9:36 PM.
Tags
None
Referenced Files
F138116887: D46615.diff
Sat, Nov 29, 12:25 AM
Unknown Object (File)
Tue, Nov 25, 7:21 PM
Unknown Object (File)
Sat, Nov 22, 9:54 AM
Unknown Object (File)
Mon, Nov 17, 5:13 PM
Unknown Object (File)
Sun, Nov 9, 9:37 AM
Unknown Object (File)
Oct 29 2025, 9:57 AM
Unknown Object (File)
Oct 29 2025, 9:49 AM
Unknown Object (File)
Oct 19 2025, 9:17 PM

Details

Summary

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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

Event Timeline

kp requested review of this revision.Sep 9 2024, 9:36 PM
zlei added a subscriber: zlei.

Looks good to me.

sys/net/if_ovpn.c
382

Does not the compiler complains this unused argument ?

This revision is now accepted and ready to land.Sep 10 2024, 9:46 AM
sys/net/if_ovpn.c
382

It did not. I'm not sure why. Perhaps because it's a static function and wound up inlined?

This revision was automatically updated to reflect the committed changes.