diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-10-29 22:48:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:24:42 -0500 |
commit | d6c003083c75a485044bc2d42045f1887ad64e8d (patch) | |
tree | 689fdcc537b53c0dbfc739dff5e42fa2ba3fa7f8 /source4 | |
parent | 4fa24df98ded939c68bdc95e9f09334caeeb84af (diff) | |
download | samba-d6c003083c75a485044bc2d42045f1887ad64e8d.tar.gz samba-d6c003083c75a485044bc2d42045f1887ad64e8d.tar.bz2 samba-d6c003083c75a485044bc2d42045f1887ad64e8d.zip |
r19508: fixed SMB2-SETINFO
the pvfs_acl_xattr backend was not being initialised
(This used to be commit 44c897764e6e2b9cfc4398fd3df52dc3eda6b341)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/ntvfs/posix/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/config.mk b/source4/ntvfs/posix/config.mk index 5fd6e58d2e..2d7a4dc928 100644 --- a/source4/ntvfs/posix/config.mk +++ b/source4/ntvfs/posix/config.mk @@ -2,7 +2,7 @@ # Start MODULE pvfs_acl_xattr [MODULE::pvfs_acl_xattr] INIT_FUNCTION = pvfs_acl_xattr_init -SUBSYSTEM = ntvfs_posix +SUBSYSTEM = ntvfs OBJ_FILES = \ pvfs_acl_xattr.o PRIVATE_DEPENDENCIES = NDR_XATTR |