Change occurrences of the u1 member of DsBindInfo* to pid after idl change.
authorMichael Adam <obnox@samba.org>
Tue, 22 Jul 2008 14:18:03 +0000 (16:18 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 22 Jul 2008 14:28:13 +0000 (16:28 +0200)
Michael
(This used to be commit 42f3d681cac4a443347d1ed253848d45f8746f89)

source3/libnet/libnet_dssync.c
source3/rpcclient/cmd_drsuapi.c

index 9abff69ae132ac61cb19b1cdf42842b5e886cbcd..b55e6d1906cefe3855b53099ed98202f022e138f 100644 (file)
@@ -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;
index 1cef6b910b0342500fbecbb667b83d44cd5f1fa6..ab77b4ccff06367aa0e6b1cd1466398c744611cf 100644 (file)
@@ -381,7 +381,7 @@ static WERROR cmd_drsuapi_getncchanges(struct rpc_pipe_client *cli,
        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;