and get the message right ...
authorAndrew Tridgell <tridge@samba.org>
Fri, 21 Aug 1998 07:29:42 +0000 (07:29 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 21 Aug 1998 07:29:42 +0000 (07:29 +0000)
source/utils/testparm.c

index e4c627d954f2568948fd41817fbe743c7ebf87c1..a5205878cc72a6bb1b18f56a85bbf3e8b28212e2 100644 (file)
@@ -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());
        }
 }