1
0
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:
Luk Claes
2012-05-19 18:39:44 +02:00
committed by Stefan Metzmacher
parent 6c18a66f3e
commit ab052c7ff0
5 changed files with 6 additions and 13 deletions

View File

@ -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.
****************************************************************************/