svn commit: samba r1681 - branches/SAMBA_3_0/source/smbd

jra at samba.org jra at samba.org
Tue Aug 10 01:22:24 GMT 2004


Author: jra
Date: 2004-08-10 01:22:23 +0000 (Tue, 10 Aug 2004)
New Revision: 1681
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1681&nolog=1
Log:
Ensure we return the same ACL revision on the wire that W2K3 does.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/smbd/posix_acls.c

Changeset:
Modified: branches/SAMBA_3_0/source/smbd/posix_acls.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/posix_acls.c	2004-08-10 01:22:19 UTC (rev 1680)
+++ branches/SAMBA_3_0/source/smbd/posix_acls.c	2004-08-10 01:22:23 UTC (rev 1681)
@@ -2863,7 +2863,7 @@
 		}
 
 		if (num_aces) {
-			if((psa = make_sec_acl( main_loop_talloc_get(), ACL_REVISION, num_aces, nt_ace_list)) == NULL) {
+			if((psa = make_sec_acl( main_loop_talloc_get(), NT4_ACL_REVISION, num_aces, nt_ace_list)) == NULL) {
 				DEBUG(0,("get_nt_acl: Unable to malloc space for acl.\n"));
 				goto done;
 			}



More information about the samba-cvs mailing list