1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

and get the message right ...

(This used to be commit 0d641d0ceb)
This commit is contained in:
Andrew Tridgell 1998-08-21 07:29:42 +00:00
parent cc32fc2af0
commit 1a5a571b41

View 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());
}
}