From ff50a88331e95bcb03e7d60a2e1eaded516f309f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 29 Dec 2008 22:07:56 +0100 Subject: Print the vuid in BENCH-SESSSETUP --- source3/torture/torture.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index b5c1ac903e..63942da2e5 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -4869,6 +4869,8 @@ static bool run_sesssetup_bench(int dummy) return false; } + d_printf("\r%d ", (int)c->vuid); + if (!cli_ulogoff(c)) { d_printf("(%s) cli_ulogoff failed: %s\n", __location__, cli_errstr(c)); -- cgit