From d6c003083c75a485044bc2d42045f1887ad64e8d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 29 Oct 2006 22:48:43 +0000 Subject: r19508: fixed SMB2-SETINFO the pvfs_acl_xattr backend was not being initialised (This used to be commit 44c897764e6e2b9cfc4398fd3df52dc3eda6b341) --- source4/ntvfs/posix/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/posix') 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 -- cgit