Page MenuHomeFreeBSD

if_ovpn: remove unused argument
ClosedPublic

Authored by kp on Sep 9 2024, 9:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 27, 5:30 PM
Unknown Object (File)
Sep 27 2024, 3:11 AM
Unknown Object (File)
Sep 20 2024, 10:35 AM
Unknown Object (File)
Sep 14 2024, 3:45 PM
Unknown Object (File)
Sep 12 2024, 10:31 AM
Unknown Object (File)
Sep 12 2024, 10:31 AM
Unknown Object (File)
Sep 12 2024, 10:31 AM
Unknown Object (File)
Sep 12 2024, 10:20 AM

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.