Page MenuHomeFreeBSD

D38889.diff
No OneTemporary

D38889.diff

diff --git a/usr.sbin/bhyvectl/bhyvectl.c b/usr.sbin/bhyvectl/bhyvectl.c
--- a/usr.sbin/bhyvectl/bhyvectl.c
+++ b/usr.sbin/bhyvectl/bhyvectl.c
@@ -1707,7 +1707,7 @@
nvlist_destroy(nvl);
done:
- if (socket_fd > 0)
+ if (socket_fd >= 0)
close(socket_fd);
return (err);
}

File Metadata

Mime Type
text/plain
Expires
Sat, Jan 11, 6:22 PM (20 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15756551
Default Alt Text
D38889.diff (281 B)

Event Timeline