diff options
author | Jeremy Allison <jra@samba.org> | 2009-11-11 18:35:18 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-11-11 18:35:18 -0800 |
commit | a8769e667514f83a45ee3e825d21a351987d0210 (patch) | |
tree | 41884f33c324380f3637420eb1ff5bf8151406d0 /source3/include | |
parent | 8995d3d813978a00b50f33943c60784ddfe308bf (diff) | |
download | samba-a8769e667514f83a45ee3e825d21a351987d0210.tar.gz samba-a8769e667514f83a45ee3e825d21a351987d0210.tar.bz2 samba-a8769e667514f83a45ee3e825d21a351987d0210.zip |
Second part of bugfix for 6865 - acl_xattr module: Has dependency that inherit acls = yes or xattrs are removed.
We also need dos filemode = true set as well.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 09933405ee..2dc0c83e02 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4374,7 +4374,6 @@ void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val); int lp_min_receive_file_size(void); char* lp_perfcount_module(void); void lp_set_passdb_backend(const char *backend); -bool set_inherit_acls(int i); /* The following definitions come from param/util.c */ |