Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142916626
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
Sun, Jan 25, 5:09 PM (12 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27952997
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