summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
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 */