Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142538367
D51496.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
266 B
Referenced Files
None
Subscribers
None
D51496.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
@@ -635,6 +635,7 @@
* a new one.
*/
ret = udp_set_kernel_tunneling(sc->so, NULL, NULL, NULL);
+ MPASS(ret == 0);
sorele(sc->so);
sc->so = NULL;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 21, 6:29 PM (13 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27816635
Default Alt Text
D51496.diff (266 B)
Attached To
Mode
D51496: if_ovpn: Assert that udp_set_kernel_tunneling() succeeds
Attached
Detach File
Event Timeline
Log In to Comment