From: Volker Lendecke Date: Mon, 29 Dec 2008 21:07:56 +0000 (+0100) Subject: Print the vuid in BENCH-SESSSETUP X-Git-Tag: samba-4.0.0alpha6~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff50a88331e95bcb03e7d60a2e1eaded516f309f;p=thirdparty%2Fsamba.git Print the vuid in BENCH-SESSSETUP --- diff --git a/source3/torture/torture.c b/source3/torture/torture.c index b5c1ac903e5..63942da2e5b 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));