r5986: Fix the build. Metze, could you please verify that this fix is correct?
authorJelmer Vernooij <jelmer@samba.org>
Wed, 23 Mar 2005 01:00:23 +0000 (01:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:11:12 +0000 (13:11 -0500)
(This used to be commit f3006e623bcf65a05238fbd3362ee958b948e70b)

source4/librpc/ndr/ndr_drsuapi.c

index 9654e637202059c6c5a8065b3263f1c664d7172b..f2f8469f5e28a90b4dce58bfbe65318372a6d7fb 100644 (file)
@@ -43,10 +43,10 @@ void ndr_print_drsuapi_DsReplicaObjectListItemEx(struct ndr_print *ndr, const ch
        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);