Revision 206ab6e0

b/net.c
2085 2085
        monitor_printf(mon, "invalid host network device %s\n", device);
2086 2086
        return;
2087 2087
    }
2088
    if (net_client_init(device, opts ? : "") < 0) {
2088
    if (net_client_init(device, opts ? opts : "") < 0) {
2089 2089
        monitor_printf(mon, "adding host network device %s failed\n", device);
2090 2090
    }
2091 2091
}

Also available in: Unified diff