git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
s3-param: fix set_inherit_acls().
[ira/wip.git]
/
source3
/
param
/
loadparm.c
diff --git
a/source3/param/loadparm.c
b/source3/param/loadparm.c
index b317dc6c8a71b12b2bace34332466e010dc28c0b..9a0f834f99a6dffd0b806ecd68619ea74c25596d 100644
(file)
--- 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;
}