View | Details | Raw Unified | Return to bug 62798 | Differences between
and this patch

Collapse All | Expand All

(-)choparp.c Fri Feb 13 10:57:24 2004 (+3 lines)
Lines 437-442 Link Here
437
#endif
437
#endif
438
    if ((fd = openbpf(ifname, &buf, &buflen)) < 0)
438
    if ((fd = openbpf(ifname, &buf, &buflen)) < 0)
439
       return(-1);
439
       return(-1);
440
#ifndef DEBUG
441
    daemon(0, 0);
442
#endif
440
    loop(fd, buf, buflen);
443
    loop(fd, buf, buflen);
441
    return(-1);
444
    return(-1);
442
}
445
}

Return to bug 62798