summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-13 12:24:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-13 12:24:50 +0000
commit6ab8e6755e00d33e97b2caa18c91b83c03884d74 (patch)
treed8b7b0f0d885847c6edc37e196a56132f0f23af2
parentaf4d78d83f2ca37f825f0c195088c994d8edf70f (diff)
annoying indentation botch
-rw-r--r--sbin/mountd/mountd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c
index a1261e74343..b60ad61341d 100644
--- a/sbin/mountd/mountd.c
+++ b/sbin/mountd/mountd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mountd.c,v 1.20 1997/08/13 18:59:26 deraadt Exp $ */
+/* $OpenBSD: mountd.c,v 1.21 1997/09/13 12:24:49 deraadt Exp $ */
/* $NetBSD: mountd.c,v 1.31 1996/02/18 11:57:53 fvdl Exp $ */
/*
@@ -1321,7 +1321,7 @@ do_opt(cpp, endcpp, ep, grp, has_hostp, exflagsp, cr)
*exflagsp |= MNT_EXKERB;
opt_flags |= OP_KERB;
} else if (cpoptarg && (!strcmp(cpopt, "mask") ||
- !strcmp(cpopt, "m"))) {
+ !strcmp(cpopt, "m"))) {
if (get_net(cpoptarg, &grp->gr_ptr.gt_net, 1)) {
syslog(LOG_ERR, "Bad mask: %s", cpoptarg);
return (1);
@@ -1329,7 +1329,7 @@ do_opt(cpp, endcpp, ep, grp, has_hostp, exflagsp, cr)
usedarg++;
opt_flags |= OP_MASK;
} else if (cpoptarg && (!strcmp(cpopt, "network") ||
- !strcmp(cpopt, "n"))) {
+ !strcmp(cpopt, "n"))) {
if (grp->gr_type != GT_NULL) {
syslog(LOG_ERR, "Network/host conflict");
return (1);