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

Collapse All | Expand All

(-)mountd.c Mon Mar 13 22:25:38 2000 (-2 / +2 lines)
Lines 2142-2152 Link Here
2142
           return (1);
2142
           return (1);
2143
       }
2143
       }
2144
       if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) {
2144
       if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) {
2145
           syslog(LOG_ERR, "-mask requires -net");
2145
           syslog(LOG_ERR, "-mask requires -network");
2146
           return (1);
2146
           return (1);
2147
       }
2147
       }
2148
       if ((opt_flags & (OP_NET | OP_ISO)) == (OP_NET | OP_ISO)) {
2148
       if ((opt_flags & (OP_NET | OP_ISO)) == (OP_NET | OP_ISO)) {
2149
           syslog(LOG_ERR, "-net and -iso mutually exclusive");
2149
           syslog(LOG_ERR, "-network and -iso mutually exclusive");
2150
           return (1);
2150
           return (1);
2151
       }
2151
       }
2152
       if ((opt_flags & OP_ALLDIRS) && dp->dp_left) {
2152
       if ((opt_flags & OP_ALLDIRS) && dp->dp_left) {

Return to bug 17368