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

(-)mountd.c (-1 / +1 lines)
Lines 2089-2095 Link Here
2089
	    return (1);
2089
	    return (1);
2090
	}
2090
	}
2091
	if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) {
2091
	if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) {
2092
	    syslog(LOG_ERR, "-mask requires -net");
2092
	    syslog(LOG_ERR, "-mask requires -network");
2093
	    return (1);
2093
	    return (1);
2094
	}
2094
	}
2095
	if ((opt_flags & OP_ALLDIRS) && dp->dp_left) {
2095
	if ((opt_flags & OP_ALLDIRS) && dp->dp_left) {

Return to bug 27878