mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3:winbindd_cm: make use of cli_tree_connect()
metze
This commit is contained in:
parent
665593d6ac
commit
c53a52a264
@ -968,7 +968,7 @@ static NTSTATUS cm_prepare_connection(const struct winbindd_domain *domain,
|
||||
|
||||
winbindd_set_locator_kdc_envs(domain);
|
||||
|
||||
result = cli_tcon_andx(*cli, "IPC$", "IPC", "", 0);
|
||||
result = cli_tree_connect(*cli, "IPC$", "IPC", "", 0);
|
||||
|
||||
if (!NT_STATUS_IS_OK(result)) {
|
||||
DEBUG(1,("failed tcon_X with %s\n", nt_errstr(result)));
|
||||
|
Loading…
Reference in New Issue
Block a user