diff options
author | Michael Adam <obnox@samba.org> | 2008-07-28 14:08:34 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-28 14:08:34 +0200 |
commit | 3ed6cfad019f9d0efee03d7eb7469e6d713d58c2 (patch) | |
tree | 865831520e14d574929d57c3faa84541ce00a651 /source3/rpcclient | |
parent | a235676dd1159d93d6fac7374918c1f33eaf0120 (diff) | |
download | samba-3ed6cfad019f9d0efee03d7eb7469e6d713d58c2.tar.gz samba-3ed6cfad019f9d0efee03d7eb7469e6d713d58c2.tar.bz2 samba-3ed6cfad019f9d0efee03d7eb7469e6d713d58c2.zip |
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
(This used to be commit 18ea033909a5363c92530ed2a06a2b89be5e7c79)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/cmd_drsuapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_drsuapi.c b/source3/rpcclient/cmd_drsuapi.c index ab77b4ccff..71757f5ea3 100644 --- a/source3/rpcclient/cmd_drsuapi.c +++ b/source3/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; |