summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2012-05-19 18:39:44 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-28 14:49:47 +0200
commitab052c7ff0cdaa7b64c20e2d658e4c46d6c66234 (patch)
tree39c33777a6898f867f43ff8288fbc6721a60c9be /source3/libsmb/clientgen.c
parent6c18a66f3e84b8587deb25390e5ee9f6d531a3be (diff)
downloadsamba-ab052c7ff0cdaa7b64c20e2d658e4c46d6c66234.tar.gz
samba-ab052c7ff0cdaa7b64c20e2d658e4c46d6c66234.tar.bz2
samba-ab052c7ff0cdaa7b64c20e2d658e4c46d6c66234.zip
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>
Diffstat (limited to 'source3/libsmb/clientgen.c')
-rw-r--r--source3/libsmb/clientgen.c6
1 files changed, 0 insertions, 6 deletions
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.
****************************************************************************/