svn commit: samba r20466 - in branches/SAMBA_4_0/source/dsdb/schema: .

metze at samba.org metze at samba.org
Tue Jan 2 11:17:38 GMT 2007


Author: metze
Date: 2007-01-02 11:17:38 +0000 (Tue, 02 Jan 2007)
New Revision: 20466

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

Log:
I removed the _all only for tests and forgot to revert it

metze
Modified:
   branches/SAMBA_4_0/source/dsdb/schema/schema_syntax.c


Changeset:
Modified: branches/SAMBA_4_0/source/dsdb/schema/schema_syntax.c
===================================================================
--- branches/SAMBA_4_0/source/dsdb/schema/schema_syntax.c	2007-01-02 11:16:27 UTC (rev 20465)
+++ branches/SAMBA_4_0/source/dsdb/schema/schema_syntax.c	2007-01-02 11:17:38 UTC (rev 20466)
@@ -979,7 +979,7 @@
 			return WERR_FOOBAR;
 		}
 
-		status = ndr_pull_struct_blob(in->value_ctr.data_blob.values[i].data,
+		status = ndr_pull_struct_blob_all(in->value_ctr.data_blob.values[i].data,
 						  out->values, &id3b,
 						  (ndr_pull_flags_fn_t)ndr_pull_drsuapi_DsReplicaObjectIdentifier3Binary);
 		if (!NT_STATUS_IS_OK(status)) {



More information about the samba-cvs mailing list