diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-29 22:07:56 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-12-30 11:26:10 +0100 |
commit | ff50a88331e95bcb03e7d60a2e1eaded516f309f (patch) | |
tree | 8cc9087780cca0a38d086f7da88384165fe407c9 | |
parent | f4559530d1aa192193c45e0c48d0c97369a8eca8 (diff) | |
download | samba-ff50a88331e95bcb03e7d60a2e1eaded516f309f.tar.gz samba-ff50a88331e95bcb03e7d60a2e1eaded516f309f.tar.xz samba-ff50a88331e95bcb03e7d60a2e1eaded516f309f.zip |
Print the vuid in BENCH-SESSSETUP
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 2 insertions, 0 deletions
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)); |