Print the vuid in BENCH-SESSSETUP
authorVolker Lendecke <vl@samba.org>
Mon, 29 Dec 2008 21:07:56 +0000 (22:07 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 30 Dec 2008 10:26:10 +0000 (11:26 +0100)
source3/torture/torture.c

index b5c1ac903e520c7bdf8298491100e65db25271ea..63942da2e5b72cd441a04b49c71eaec6ed71ae12 100644 (file)
@@ -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));