mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
s3:client: Remove unused smb encryption code
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
d0062d312c
commit
5698fb41bb
@ -584,16 +584,6 @@ smb_complete_connection(struct cli_state **output_cli,
|
||||
|
||||
return nt_status;
|
||||
}
|
||||
#if 0
|
||||
/* Need to work out how to specify this on the URL. */
|
||||
if (smb_encrypt) {
|
||||
if (!cli_cm_force_encryption_creds(cli, creds, share)) {
|
||||
fprintf(stderr, "ERROR: encryption setup failed\n");
|
||||
cli_shutdown(cli);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
*output_cli = cli;
|
||||
return NT_STATUS_OK;
|
||||
|
Reference in New Issue
Block a user