svn commit: samba r23804 - in branches/SAMBA_3_2/source/utils: .

tridge at samba.org tridge at samba.org
Tue Jul 10 07:19:47 GMT 2007


Author: tridge
Date: 2007-07-10 07:19:47 +0000 (Tue, 10 Jul 2007)
New Revision: 23804

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

Log:
here too
Modified:
   branches/SAMBA_3_2/source/utils/smbcacls.c


Changeset:
Modified: branches/SAMBA_3_2/source/utils/smbcacls.c
===================================================================
--- branches/SAMBA_3_2/source/utils/smbcacls.c	2007-07-10 07:17:34 UTC (rev 23803)
+++ branches/SAMBA_3_2/source/utils/smbcacls.c	2007-07-10 07:19:47 UTC (rev 23804)
@@ -737,7 +737,7 @@
 	   and W2K. JRA.
 	*/
 
-	sd = make_sec_desc(ctx,old->revision, old->type, old->owner_sid, old->grp_sid,
+	sd = make_sec_desc(ctx,old->revision, old->type, old->owner_sid, old->group_sid,
 			   NULL, old->dacl, &sd_size);
 
 	fnum = cli_nt_create(cli, filename, WRITE_DAC_ACCESS|WRITE_OWNER_ACCESS);



More information about the samba-cvs mailing list