From 307f4a66acfe3836550d57caf9aba347b24ba61e Mon Sep 17 00:00:00 2001 From: Zack Kirsch Date: Mon, 9 Feb 2009 21:59:40 -0800 Subject: s4 torture: Two minor fixes to smbtorture BRL tests. --- source4/torture/raw/lock.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/torture/raw') 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) { -- cgit