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

Collapse All | Expand All

(-)mountd.c Mon Mar 13 22:24:33 2000 (-1 / +1 lines)
Lines 1399-1405 Link Here
1399
                       usedarg++;
1399
                       usedarg++;
1400
                       opt_flags |= OP_MASK;
1400
                       opt_flags |= OP_MASK;
1401
               } else if (cpoptarg && (!strcmp(cpopt, "network") ||
1401
               } else if (cpoptarg && (!strcmp(cpopt, "network") ||
1402
                       !strcmp(cpopt, "n"))) {
1402
                       !strcmp(cpopt, "net") || !strcmp(cpopt, "n"))) {
1403
                       if (grp->gr_type != GT_NULL) {
1403
                       if (grp->gr_type != GT_NULL) {
1404
                               syslog(LOG_ERR, "network/host conflict");
1404
                               syslog(LOG_ERR, "network/host conflict");
1405
                               return (1);
1405
                               return (1);

Return to bug 17368