diff options
author | Volker Lendecke <vl@samba.org> | 2011-03-27 18:03:24 +0200 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-03-27 19:50:21 +0200 |
commit | 592c669d9ddeb3a39ed8472c633c7deace33a269 (patch) | |
tree | 0c8cb696864279030f0c8df635c8f8c43887c280 /source3/torture | |
parent | 13c1c8ef3da5385cb8d0130bdf9c9abe0e43b49f (diff) | |
download | samba-592c669d9ddeb3a39ed8472c633c7deace33a269.tar.gz samba-592c669d9ddeb3a39ed8472c633c7deace33a269.tar.bz2 samba-592c669d9ddeb3a39ed8472c633c7deace33a269.zip |
s3: Convert cli_raw_tcon to cli_smb
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Mar 27 19:50:21 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index c6c0f62896..66433ecfad 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -1394,8 +1394,8 @@ static bool run_tcon2_test(int dummy) if (!NT_STATUS_IS_OK(status)) { printf("tcon2 failed : %s\n", nt_errstr(status)); } else { - printf("tcon OK : max_xmit=%d cnum=%d tid=%d\n", - (int)max_xmit, (int)cnum, SVAL(cli->inbuf, smb_tid)); + printf("tcon OK : max_xmit=%d cnum=%d\n", + (int)max_xmit, (int)cnum); } if (!torture_close_connection(cli)) { |