svn commit: samba r13602 - in branches/tmp/vl-posixacls/source/smbd: .

vlendec at samba.org vlendec at samba.org
Tue Feb 21 21:03:06 GMT 2006


Author: vlendec
Date: 2006-02-21 21:03:06 +0000 (Tue, 21 Feb 2006)
New Revision: 13602

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

Log:
Weird -- there is no type checking here...
Modified:
   branches/tmp/vl-posixacls/source/smbd/vfs.c


Changeset:
Modified: branches/tmp/vl-posixacls/source/smbd/vfs.c
===================================================================
--- branches/tmp/vl-posixacls/source/smbd/vfs.c	2006-02-21 19:22:49 UTC (rev 13601)
+++ branches/tmp/vl-posixacls/source/smbd/vfs.c	2006-02-21 21:03:06 UTC (rev 13602)
@@ -111,10 +111,10 @@
 		vfswrap_chmod_acl,
 		vfswrap_fchmod_acl,
 
+		vfswrap_acl_get_file,
 		vfswrap_acl_get_fd,
-		vfswrap_acl_get_file,
+		vfswrap_acl_set_file,
 		vfswrap_acl_set_fd,
-		vfswrap_acl_set_file,
 
 		vfswrap_sys_acl_delete_def_file,
 



More information about the samba-cvs mailing list