summaryrefslogtreecommitdiffstats
path: root/sbin/mountd/mountd.c
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>1997-12-13 19:50:14 +0000
committerguido <guido@FreeBSD.org>1997-12-13 19:50:14 +0000
commit7f8db0dd299e62df2aa8f56158134d1af1cbbcce (patch)
tree4695048d1a05a4097038d770a64bd76cd37ca1ff /sbin/mountd/mountd.c
parent4146eb94bcfe2d03d355b729d83ca4edab69dc1e (diff)
downloadFreeBSD-src-7f8db0dd299e62df2aa8f56158134d1af1cbbcce.zip
FreeBSD-src-7f8db0dd299e62df2aa8f56158134d1af1cbbcce.tar.gz
Oops..The default behaviour should be *not* to log all succeeded
requests. If you want this extra loggin, add the -l option.
Diffstat (limited to 'sbin/mountd/mountd.c')
-rw-r--r--sbin/mountd/mountd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mountd/mountd.c b/sbin/mountd/mountd.c
index 4e797f7..890efff 100644
--- a/sbin/mountd/mountd.c
+++ b/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.25 1997/12/09 18:43:44 guido Exp $";
+ "$Id: mountd.c,v 1.26 1997/12/10 20:33:59 guido Exp $";
#endif /*not lint*/
#include <sys/param.h>
@@ -224,7 +224,7 @@ struct ucred def_anon = {
int force_v2 = 0;
int resvport_only = 1;
int dir_only = 1;
-int log = 1;
+int log = 0;
int opt_flags;
/* Bits for above */
#define OP_MAPROOT 0x01
OpenPOWER on IntegriCloud