1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-04 16:58:42 +03:00

and get the message right ...

This commit is contained in:
Andrew Tridgell -
parent 930a4292e9
commit 0d641d0ceb

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