Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107533201
D46615.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
447 B
Referenced Files
None
Subscribers
None
D46615.diff
View Options
diff --git a/sys/net/if_ovpn.c b/sys/net/if_ovpn.c
--- a/sys/net/if_ovpn.c
+++ b/sys/net/if_ovpn.c
@@ -379,7 +379,7 @@
}
static void
-ovpn_rele_so(struct ovpn_softc *sc, struct ovpn_kpeer *peer)
+ovpn_rele_so(struct ovpn_softc *sc)
{
bool has_peers;
@@ -489,7 +489,7 @@
ovpn_free_kkey_dir(peer->keys[i].decrypt);
}
- ovpn_rele_so(sc, peer);
+ ovpn_rele_so(sc);
callout_stop(&peer->ping_send);
callout_stop(&peer->ping_rcv);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 16, 12:59 PM (20 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15825778
Default Alt Text
D46615.diff (447 B)
Attached To
Mode
D46615: if_ovpn: remove unused argument
Attached
Detach File
Event Timeline
Log In to Comment