search for: dfa81a85

Displaying 1 result from an estimated 1 matches for "dfa81a85".

Did you mean: dba11a85
2020 Jul 10
0
[RFC nbdkit PATCH] server: Allow --run with --vsock
...ot;nbd:localhost:"); - shell_quote (port, fp); - } - else if (unixsocket) { - fprintf (fp, "nbd:unix:"); - shell_quote (unixsocket, fp); - } - else - abort (); } putc ('\n', fp); diff --git a/server/main.c b/server/main.c index c432f5bd..dfa81a85 100644 --- a/server/main.c +++ b/server/main.c @@ -545,8 +545,7 @@ main (int argc, char *argv[]) (listen_stdin && run) || (listen_stdin && dump_plugin) || (vsock && unixsocket) || - (vsock && listen_stdin) || - (vsock && run)) {...