From 1a5a571b416395fce30660968792af397fd548d0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 21 Aug 1998 07:29:42 +0000 Subject: and get the message right ... (This used to be commit 0d641d0cebfbd8cc6015d2361e088ce0410c5d20) --- source3/utils/testparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') 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()); } } -- cgit