diff options
-rw-r--r-- | source4/torture/raw/context.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/torture/raw/context.c b/source4/torture/raw/context.c index 2da291f2ed..10c5d97f9e 100644 --- a/source4/torture/raw/context.c +++ b/source4/torture/raw/context.c @@ -235,11 +235,6 @@ static BOOL test_session(struct smbcli_state *cli, TALLOC_CTX *mem_ctx) } - /* flush the queue */ - for (i=0; i < ARRAY_SIZE(sessions); i++) { - event_loop_once(composite_contexts[0]->event_ctx); - } - printf("finishing %d secondary security contexts on the same transport\n", (int)ARRAY_SIZE(sessions)); for (i=0; i< ARRAY_SIZE(sessions); i++) { |