From: Michael Adam Date: Mon, 28 Jul 2008 12:08:34 +0000 (+0200) Subject: rpcclient: Set the pid filed of the outgoing DsBindInfo to 0. X-Git-Tag: samba-3.3.0pre1~389 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18ea033909a5363c92530ed2a06a2b89be5e7c79;p=thirdparty%2Fsamba.git rpcclient: Set the pid filed of the outgoing DsBindInfo to 0. This is for debugging and informational purposes only. The assignment is implementation specific. (WSPP docs, sec. 5.35). Michael --- diff --git a/source/rpcclient/cmd_drsuapi.c b/source/rpcclient/cmd_drsuapi.c index ab77b4ccff0..71757f5ea37 100644 --- a/source/rpcclient/cmd_drsuapi.c +++ b/source/rpcclient/cmd_drsuapi.c @@ -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;