diff options
author | Zack Kirsch <zack.kirsch@isilon.com> | 2009-02-09 21:59:40 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-02-11 12:23:32 -0800 |
commit | 307f4a66acfe3836550d57caf9aba347b24ba61e (patch) | |
tree | d21fd6b299a8e13d1181f8cdd2ba1c04cef85fbc /source4/torture/raw/lock.c | |
parent | dc9387ec42b40ace38ba398148f5c20ae13e4a2c (diff) | |
download | samba-307f4a66acfe3836550d57caf9aba347b24ba61e.tar.gz samba-307f4a66acfe3836550d57caf9aba347b24ba61e.tar.xz samba-307f4a66acfe3836550d57caf9aba347b24ba61e.zip |
s4 torture: Two minor fixes to smbtorture BRL tests.
Diffstat (limited to 'source4/torture/raw/lock.c')
-rw-r--r-- | source4/torture/raw/lock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/torture/raw/lock.c b/source4/torture/raw/lock.c index 2d1eae3a69..d80d538167 100644 --- a/source4/torture/raw/lock.c +++ b/source4/torture/raw/lock.c @@ -410,8 +410,6 @@ static bool test_pidhigh(struct torture_context *tctx, goto done; } - cli->session->pid |= 0x10000; - cli->session->pid = 2; if (smbcli_read(cli->tree, fnum, &c, 0, 1) == 1) { |