diff options
author | Michael Adam <obnox@samba.org> | 2008-07-23 15:34:45 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-07-23 15:36:13 +0200 |
commit | 1f20ca14cc1a2604a7af41e6ca03852f0398d88a (patch) | |
tree | a0c41ea17babf5b3e7cc0399c6d9c218597c0238 /source4/torture | |
parent | e269804b04c3658fb6228ba104a0b61cf24139c8 (diff) | |
download | samba-1f20ca14cc1a2604a7af41e6ca03852f0398d88a.tar.gz samba-1f20ca14cc1a2604a7af41e6ca03852f0398d88a.tar.bz2 samba-1f20ca14cc1a2604a7af41e6ca03852f0398d88a.zip |
drsuapi: always set the pid field 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 1f5704e2dee5900e8d1d87699b76f67c0e12854e)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/dssync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/dssync.c b/source4/torture/rpc/dssync.c index 822cd088f1..2930a9b1f9 100644 --- a/source4/torture/rpc/dssync.c +++ b/source4/torture/rpc/dssync.c @@ -154,7 +154,7 @@ static struct DsSyncTest *test_create_context(struct torture_context *tctx) our_bind_info28->supported_extensions |= DRSUAPI_SUPPORTED_EXTENSION_XPRESS_COMPRESS; } our_bind_info28->site_guid = GUID_zero(); - our_bind_info28->pid = 508; + our_bind_info28->pid = 0; our_bind_info28->repl_epoch = 0; our_bind_info_ctr = &ctx->new_dc.drsuapi.our_bind_info_ctr; |