From ab052c7ff0cdaa7b64c20e2d658e4c46d6c66234 Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Sat, 19 May 2012 18:39:44 +0200 Subject: s3:libsmb: get rid of cli_state_encryption_on Signed-off-by: Luk Claes Signed-off-by: Stefan Metzmacher --- source3/libsmb/clientgen.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/libsmb/clientgen.c') diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c index d627f7520b..5d2d038965 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/libsmb/clientgen.c @@ -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. ****************************************************************************/ -- cgit