svn commit: samba r5986 - in branches/SAMBA_4_0/source/librpc/ndr: .

jelmer at samba.org jelmer at samba.org
Wed Mar 23 01:00:24 GMT 2005


Author: jelmer
Date: 2005-03-23 01:00:23 +0000 (Wed, 23 Mar 2005)
New Revision: 5986

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

Log:
Fix the build. Metze, could you please verify that this fix is correct?

Modified:
   branches/SAMBA_4_0/source/librpc/ndr/ndr_drsuapi.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/ndr/ndr_drsuapi.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/ndr/ndr_drsuapi.c	2005-03-23 00:15:41 UTC (rev 5985)
+++ branches/SAMBA_4_0/source/librpc/ndr/ndr_drsuapi.c	2005-03-23 01:00:23 UTC (rev 5986)
@@ -43,10 +43,10 @@
 	ndr_print_ptr(ndr, "next_object", r->next_object);
 	ndr_print_drsuapi_DsReplicaObject(ndr, "object", &r->object);
 	ndr_print_uint32(ndr, "unknown1", r->unknown1);
-	ndr_print_ptr(ndr, "guid", r->guid);
+	ndr_print_ptr(ndr, "parent_object_guid", r->parent_object_guid);
 	ndr->depth++;
-	if (r->guid) {
-		ndr_print_GUID(ndr, "guid", r->guid);
+	if (r->parent_object_guid) {
+		ndr_print_GUID(ndr, "parent_object_guid", r->parent_object_guid);
 	}
 	ndr->depth--;
 	ndr_print_ptr(ndr, "meta_data_ctr", r->meta_data_ctr);



More information about the samba-cvs mailing list