Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107029173
D43472.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
436 B
Referenced Files
None
Subscribers
None
D43472.diff
View Options
diff --git a/usr.sbin/bhyve/net_backend_slirp.c b/usr.sbin/bhyve/net_backend_slirp.c
--- a/usr.sbin/bhyve/net_backend_slirp.c
+++ b/usr.sbin/bhyve/net_backend_slirp.c
@@ -627,11 +627,11 @@
}
static void
-slirp_recv_disable(struct net_backend *be __unused)
+slirp_recv_disable(struct net_backend *be)
{
struct slirp_priv *priv = NET_BE_PRIV(be);
- mevent_enable(priv->mevp);
+ mevent_disable(priv->mevp);
}
static uint64_t
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 5:11 AM (9 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15739662
Default Alt Text
D43472.diff (436 B)
Attached To
Mode
D43472: bhyve: correct slirp_recv_disable()
Attached
Detach File
Event Timeline
Log In to Comment