Author: tridge
Date: 2007-07-10 07:17:34 +0000 (Tue, 10 Jul 2007)
New Revision: 23803

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

Log:
fixed the build.

This seems to be have broken for quite a while.

Modified:
   branches/SAMBA_3_2_0/source/utils/smbcacls.c


Changeset:
Modified: branches/SAMBA_3_2_0/source/utils/smbcacls.c
===================================================================
--- branches/SAMBA_3_2_0/source/utils/smbcacls.c        2007-07-10 05:42:52 UTC 
(rev 23802)
+++ branches/SAMBA_3_2_0/source/utils/smbcacls.c        2007-07-10 07:17:34 UTC 
(rev 23803)
@@ -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);

Reply via email to