svn commit: samba r25739 - in branches/SAMBA_4_0/source/libcli/security: .

gd at samba.org gd at samba.org
Fri Oct 26 12:56:03 GMT 2007


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:



More information about the samba-cvs mailing list