Page MenuHomeFreeBSD

D38886.1789846360.diff
No OneTemporary

Size
365 B
Referenced Files
None
Subscribers
None

D38886.1789846360.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
@@ -1685,7 +1685,7 @@
send_message(const char *vmname, nvlist_t *nvl)
{
struct sockaddr_un addr;
- int err, socket_fd;
+ int err = 0, socket_fd;
socket_fd = socket(PF_UNIX, SOCK_STREAM, 0);
if (socket_fd < 0) {

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 19, 7:32 PM (2 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29790306
Default Alt Text
D38886.1789846360.diff (365 B)

Event Timeline