]> git.proxmox.com Git - mirror_qemu.git/blobdiff - nbd.c
vga: add specs for standard vga
[mirror_qemu.git] / nbd.c
diff --git a/nbd.c b/nbd.c
index 57edfde0c929fd063fa2a95ca542d4bba4900c86..6f0db62deb05d7cbe1fc77c08fcdad3b1e444b82 100644 (file)
--- a/nbd.c
+++ b/nbd.c
@@ -208,7 +208,7 @@ int tcp_socket_outgoing(const char *address, uint16_t port)
 
 int tcp_socket_outgoing_spec(const char *address_and_port)
 {
-    return inet_connect(address_and_port, true, NULL, NULL);
+    return inet_connect(address_and_port, NULL);
 }
 
 int tcp_socket_incoming(const char *address, uint16_t port)