From d2b5b80c951faf9cf0abc66dab14b73b1096734d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 Aug 2003 02:04:44 +0000 Subject: - cope with servers that don't properly implement SMBexit - add the pidhigh test to the locking test - expand the rename and unlink testing - test a wider range of offsets in RAW-READ (This used to be commit ef819249ec9849b4609f82a5c882e40c96a51fa2) --- source4/torture/raw/read.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/raw/read.c') diff --git a/source4/torture/raw/read.c b/source4/torture/raw/read.c index c231f52c9d..50b3e0f2fb 100644 --- a/source4/torture/raw/read.c +++ b/source4/torture/raw/read.c @@ -192,6 +192,7 @@ static BOOL test_read(struct cli_state *cli, TALLOC_CTX *mem_ctx) done: + cli_close(cli, fnum); smb_raw_exit(cli->session); cli_deltree(cli, BASEDIR); return ret; -- cgit