View | Details | Raw Unified | Return to bug 30229
Collapse All | Expand All

(-)tcpip.c (-1 / +1 lines)
Lines 601-605 Link Here
601
    int cnt;
601
    int cnt;
602
602
603
    devs = deviceFind(NULL, DEVICE_TYPE_NETWORK);
603
    devs = deviceFind(variable_get(VAR_NETWORK_DEVICE), DEVICE_TYPE_NETWORK);
604
    cnt = deviceCount(devs);
604
    cnt = deviceCount(devs);
605
    rval = NULL;
605
    rval = NULL;

Return to bug 30229