summaryrefslogtreecommitdiff
path: root/source3/utils/testparm.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-21 07:29:42 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-21 07:29:42 +0000
commit1a5a571b416395fce30660968792af397fd548d0 (patch)
tree7ce96bab52b17ac69301624bc44034053da4c220 /source3/utils/testparm.c
parentcc32fc2af0a8cd2cd7cab5a14cc6e956dbb500ab (diff)
downloadsamba-1a5a571b416395fce30660968792af397fd548d0.tar.gz
samba-1a5a571b416395fce30660968792af397fd548d0.tar.bz2
samba-1a5a571b416395fce30660968792af397fd548d0.zip
and get the message right ...
(This used to be commit 0d641d0cebfbd8cc6015d2361e088ce0410c5d20)
Diffstat (limited to 'source3/utils/testparm.c')
-rw-r--r--source3/utils/testparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c
index e4c627d954..a5205878cc 100644
--- a/source3/utils/testparm.c
+++ b/source3/utils/testparm.c
@@ -62,7 +62,7 @@ cannot be set in the smb.conf file. nmbd will abort with this setting.\n");
printf("ERROR: lock directory %s does not exist\n",
lp_lockdir());
} else if ((st.st_mode & 0777) != 0755) {
- printf("WARNING: lock directory %s should have permissions 0644 for browsing to work\n",
+ printf("WARNING: lock directory %s should have permissions 0755 for browsing to work\n",
lp_lockdir());
}
}