mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
s3:libsmb: get rid of cli_state_protocol
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
committed by
Stefan Metzmacher
parent
4f6f4ea93c
commit
d8c0646a5d
@ -865,7 +865,7 @@ NTSTATUS cli_resolve_path(TALLOC_CTX *ctx,
|
||||
dfs_auth_info,
|
||||
false,
|
||||
cli_state_encryption_on(rootcli),
|
||||
cli_state_protocol(rootcli),
|
||||
smbXcli_conn_protocol(rootcli->conn),
|
||||
0,
|
||||
0x20,
|
||||
&cli_ipc);
|
||||
@ -916,7 +916,7 @@ NTSTATUS cli_resolve_path(TALLOC_CTX *ctx,
|
||||
dfs_auth_info,
|
||||
false,
|
||||
cli_state_encryption_on(rootcli),
|
||||
cli_state_protocol(rootcli),
|
||||
smbXcli_conn_protocol(rootcli->conn),
|
||||
0,
|
||||
0x20,
|
||||
targetcli);
|
||||
|
Reference in New Issue
Block a user