svn commit: samba r19508 - in branches/SAMBA_4_0/source/ntvfs/posix: .

tridge at samba.org tridge at samba.org
Sun Oct 29 22:48:43 GMT 2006


Author: tridge
Date: 2006-10-29 22:48:43 +0000 (Sun, 29 Oct 2006)
New Revision: 19508

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19508

Log:

fixed SMB2-SETINFO

the pvfs_acl_xattr backend was not being initialised

Modified:
   branches/SAMBA_4_0/source/ntvfs/posix/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/posix/config.mk
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/posix/config.mk	2006-10-29 17:40:19 UTC (rev 19507)
+++ branches/SAMBA_4_0/source/ntvfs/posix/config.mk	2006-10-29 22:48:43 UTC (rev 19508)
@@ -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



More information about the samba-cvs mailing list