summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index b317dc6c8a..9a0f834f99 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -9850,4 +9850,6 @@ bool set_inherit_acls(int i)
return false;
}
ServicePtrs[(i)]->bInheritACLS = true;
+
+ return true;
}