mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
s3:torture: use cli_tree_connect() instead of smb2cli_tcon()
metze
This commit is contained in:
parent
694b7d6f77
commit
a312a8c788
@ -61,9 +61,9 @@ bool run_smb2_basic(int dummy)
|
||||
return false;
|
||||
}
|
||||
|
||||
status = smb2cli_tcon(cli, share);
|
||||
status = cli_tree_connect(cli, share, "?????", "", 0);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
printf("smb2cli_tcon returned %s\n", nt_errstr(status));
|
||||
printf("cli_tree_connect returned %s\n", nt_errstr(status));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user