Revision c2e2872b block/nbd.c

b/block/nbd.c
95 95
            if (r == p) {
96 96
                goto out;
97 97
            }
98
        } else if (name == NULL) {
99
            goto out;
100 98
        }
101 99

  
102 100
        sock = tcp_socket_outgoing(hostname, port);

Also available in: Unified diff