From 2801b6a522c772cb4d53a7ab0349607ad20d3e64 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 12 Mar 2008 14:21:50 +0100 Subject: [PATCH] RAW-STREAMS: do a exit on the session after each sub tests metze (This used to be commit 3f7fef8b8c567379649611637d69c89d77d11d6c) --- source4/torture/raw/streams.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/torture/raw/streams.c b/source4/torture/raw/streams.c index b6680e081e6..1dab36c28b2 100644 --- a/source4/torture/raw/streams.c +++ b/source4/torture/raw/streams.c @@ -560,7 +560,9 @@ bool torture_raw_streams(struct torture_context *torture, } ret &= test_stream_io(torture, cli, torture); + smb_raw_exit(cli->session); ret &= test_stream_sharemodes(torture, cli, torture); + smb_raw_exit(cli->session); if (!torture_setting_bool(torture, "samba4", false)) { ret &= test_stream_delete(torture, cli, torture); } -- 2.34.1