rpcclient: Set the pid filed of the outgoing DsBindInfo to 0.
authorMichael Adam <obnox@samba.org>
Mon, 28 Jul 2008 12:08:34 +0000 (14:08 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 28 Jul 2008 12:08:34 +0000 (14:08 +0200)
This is for debugging and informational purposes only.
The assignment is implementation specific.
(WSPP docs, sec. 5.35).

Michael
(This used to be commit 18ea033909a5363c92530ed2a06a2b89be5e7c79)

source3/rpcclient/cmd_drsuapi.c

index ab77b4ccff06367aa0e6b1cd1466398c744611cf..71757f5ea370f0e5ac65ce6ff285d43ac665a842 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.pid                      = 508;
+       info28.pid                      = 0;
        info28.repl_epoch               = 0;
 
        bind_info.length = 28;