summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-05-14 20:06:28 +0000
committerJeremy Allison <jra@samba.org>2001-05-14 20:06:28 +0000
commit62b02758809fb91b25d909f83d3e68f8ab75eac7 (patch)
tree1d70f4c58d9b871cddfcb1a27e57bd1f6f5c03ab /source3
parentde6b5d8fb2ad8791c1bccbe86d08ef393a4e5f54 (diff)
downloadsamba-62b02758809fb91b25d909f83d3e68f8ab75eac7.tar.gz
samba-62b02758809fb91b25d909f83d3e68f8ab75eac7.tar.bz2
samba-62b02758809fb91b25d909f83d3e68f8ab75eac7.zip
Stupidity by me..... 777 != 0777
ARGGGHHHHHHHHHH. (Sorry). Jeremy. (This used to be commit 4306eff6f77b95eeaaa4f8375356a81ad3497c67)
Diffstat (limited to 'source3')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 2aa24b8d10..8094f17547 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -456,7 +456,7 @@ static service sDefault = {
0, /* iSecurity_force_mode */
0755, /* iDir_mask */
0000, /* iDir_force_mode */
- 777, /* iDir_Security_mask */
+ 0777, /* iDir_Security_mask */
0, /* iDir_Security_force_mode */
0, /* iMaxConnections */
CASE_LOWER, /* iDefaultCase */