View | Details | Raw Unified
Collapse All | Expand All

(-) ifplugd-0.28.org/src/ifplugd.c (-1 / +1 lines)
 Lines 409-415   void work(void) { Link Here 
            break;
            break;
    }
    }
    if ((fd = socket(AF_INET, SOCK_DGRAM, 0)) < 0) {
    if ((fd = socket(AF_LOCAL, SOCK_DGRAM, 0)) < 0) {
        daemon_log(LOG_ERR, "socket(): %s", strerror(errno));
        daemon_log(LOG_ERR, "socket(): %s", strerror(errno));
        goto finish;
        goto finish;
    }
    }