Author: gd Date: 2007-10-26 12:56:02 +0000 (Fri, 26 Oct 2007) New Revision: 25739
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25739 Log: We forgot to copy revision and type flags in security_descriptor_copy(). Guenther Modified: branches/SAMBA_4_0/source/libcli/security/security_descriptor.c Changeset: Modified: branches/SAMBA_4_0/source/libcli/security/security_descriptor.c =================================================================== --- branches/SAMBA_4_0/source/libcli/security/security_descriptor.c 2007-10-26 06:32:24 UTC (rev 25738) +++ branches/SAMBA_4_0/source/libcli/security/security_descriptor.c 2007-10-26 12:56:02 UTC (rev 25739) @@ -130,6 +130,9 @@ } } + nsd->revision = osd->revision; + nsd->type = osd->type; + return nsd; failed: