From 2bd58bf3839d9c8b04deb84bd8d5cdc2ad9e9d97 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 Jul 2008 16:18:03 +0200 Subject: Change occurrences of the u1 member of DsBindInfo* to pid after idl change. Michael (This used to be commit 42f3d681cac4a443347d1ed253848d45f8746f89) --- source3/libnet/libnet_dssync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libnet/libnet_dssync.c') diff --git a/source3/libnet/libnet_dssync.c b/source3/libnet/libnet_dssync.c index 9abff69ae1..b55e6d1906 100644 --- a/source3/libnet/libnet_dssync.c +++ b/source3/libnet/libnet_dssync.c @@ -221,7 +221,7 @@ static NTSTATUS libnet_dssync_bind(TALLOC_CTX *mem_ctx, info28.supported_extensions |= DRSUAPI_SUPPORTED_EXTENSION_GETCHGREPLY_V7; info28.supported_extensions |= DRSUAPI_SUPPORTED_EXTENSION_VERIFY_OBJECT; info28.site_guid = GUID_zero(); - info28.u1 = 508; + info28.pid = 508; info28.repl_epoch = 0; bind_info.length = 28; -- cgit