mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s3:libsmb: get rid of cli_state_encryption_on
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
6c18a66f3e
commit
ab052c7ff0
@ -287,12 +287,6 @@ struct cli_state *cli_state_create(TALLOC_CTX *mem_ctx,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
bool cli_state_encryption_on(struct cli_state *cli)
|
||||
{
|
||||
return smb1cli_conn_encryption_on(cli->conn);
|
||||
}
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
Close all pipes open on this session.
|
||||
****************************************************************************/
|
||||
|
Reference in New Issue
Block a user