Sponsored by: Rubicon Communications, LLC ("Netgate")
Details
Details
- Reviewers
zlei - Group Reviewers
network pfsense - Commits
- rGda1a1ad062a2: if_ovpn: remove unused argument
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks good to me.
sys/net/if_ovpn.c | ||
---|---|---|
382 | Does not the compiler complains this unused argument ? |
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? |