diff options
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clidfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c index e54da6fe89..a445649aed 100644 --- a/source3/libsmb/clidfs.c +++ b/source3/libsmb/clidfs.c @@ -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, |