aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1998-06-15 15:43:13 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1998-06-15 15:43:13 +0000
commit01d48801bcef6f00af1e1bb58b881fcf9fab5f1a (patch)
tree3bf583ac54bad9f095ffdfe4573000fc70e5449c /usr.sbin
parent9d70a1569cc5463dbf5ba1bc6fab8457010d3fef (diff)
downloadsrc-01d48801bcef6f00af1e1bb58b881fcf9fab5f1a.tar.gz
src-01d48801bcef6f00af1e1bb58b881fcf9fab5f1a.zip
Oops, the previous commit missed one line of code.
Notes
Notes: svn path=/head/; revision=37004
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/mountd/mountd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c
index 7b25e3829ce0..a552cccc4e2f 100644
--- a/usr.sbin/mountd/mountd.c
+++ b/usr.sbin/mountd/mountd.c
@@ -43,7 +43,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "@(#)mountd.c 8.15 (Berkeley) 5/1/95"; */
static const char rcsid[] =
- "$Id: mountd.c,v 1.28 1998/01/20 15:22:27 bde Exp $";
+ "$Id: mountd.c,v 1.29 1998/06/15 15:41:41 joerg Exp $";
#endif /*not lint*/
#include <sys/param.h>
@@ -915,6 +915,7 @@ get_exportlist()
if (netgrp) {
if (hst == 0) {
syslog(LOG_ERR, "Null hostname in netgroup %s, skipping", cp);
+ grp->gr_type = GT_IGNORE;
} else if (get_host(hst, grp, tgrp)) {
syslog(LOG_ERR, "Bad host %s in netgroup %s, skipping", hst, cp);
grp->gr_type = GT_IGNORE;