mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
s3:libsmb/clidfs: make use of cli_state_encryption_on()
metze
This commit is contained in:
parent
f854209996
commit
b7d5cd90d5
@ -857,7 +857,7 @@ NTSTATUS cli_resolve_path(TALLOC_CTX *ctx,
|
||||
"IPC$",
|
||||
dfs_auth_info,
|
||||
false,
|
||||
(rootcli->trans_enc_state != NULL),
|
||||
cli_state_encryption_on(rootcli),
|
||||
cli_state_protocol(rootcli),
|
||||
0,
|
||||
0x20,
|
||||
@ -908,7 +908,7 @@ NTSTATUS cli_resolve_path(TALLOC_CTX *ctx,
|
||||
share,
|
||||
dfs_auth_info,
|
||||
false,
|
||||
(rootcli->trans_enc_state != NULL),
|
||||
cli_state_encryption_on(rootcli),
|
||||
cli_state_protocol(rootcli),
|
||||
0,
|
||||
0x20,
|
||||
|
Loading…
x
Reference in New Issue
Block a user