summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2012-05-19 18:09:30 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-28 14:49:45 +0200
commitd8c0646a5db34a390ceeb853e50c2d098b992c85 (patch)
tree486749c41d524ffa61c50adae19f1b1d2352f525 /source3/libsmb/clientgen.c
parent4f6f4ea93c83fa5154f450e2e43649467e4c2b32 (diff)
downloadsamba-d8c0646a5db34a390ceeb853e50c2d098b992c85.tar.gz
samba-d8c0646a5db34a390ceeb853e50c2d098b992c85.tar.bz2
samba-d8c0646a5db34a390ceeb853e50c2d098b992c85.zip
s3:libsmb: get rid of cli_state_protocol
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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c
index cd68f558ff..6f81ddde2d 100644
--- a/source3/libsmb/clientgen.c
+++ b/source3/libsmb/clientgen.c
@@ -435,11 +435,6 @@ bool cli_set_case_sensitive(struct cli_state *cli, bool case_sensitive)
return ret;
}
-enum protocol_types cli_state_protocol(struct cli_state *cli)
-{
- return smbXcli_conn_protocol(cli->conn);
-}
-
uint32_t cli_state_capabilities(struct cli_state *cli)
{
return smb1cli_conn_capabilities(cli->conn);