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)
Dec 14 2024, 12:58 AM
Unknown Object (File)
Dec 7 2024, 9:28 PM
Unknown Object (File)
Dec 7 2024, 9:28 PM
Unknown Object (File)
Dec 7 2024, 9:28 PM
Unknown Object (File)
Dec 6 2024, 2:14 AM
Unknown Object (File)
Nov 29 2024, 8:11 PM
Unknown Object (File)
Nov 21 2024, 11:01 PM
Unknown Object (File)
Nov 21 2024, 9:27 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.