summaryrefslogtreecommitdiffstats
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-12 03:19:35 +0200
committerJeremy Allison <jra@samba.org>2011-09-14 13:12:52 -0700
commitff52be06e5c5581fe4acf6dc4f5a5e60ddbc8f52 (patch)
tree51541c4b63fed72ba55d0cd89fbeffeb11d33ac5 /source3/include/client.h
parent3c6808d5ed4aee60f7c7ca242e64abf291fff110 (diff)
downloadsamba-ff52be06e5c5581fe4acf6dc4f5a5e60ddbc8f52.tar.gz
samba-ff52be06e5c5581fe4acf6dc4f5a5e60ddbc8f52.tar.xz
samba-ff52be06e5c5581fe4acf6dc4f5a5e60ddbc8f52.zip
s3:libsmb: remove unused cli->is_samba
s3:libsmb: remove unused cli->is_samba metze Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 2e7ef75762..37dbf028a1 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -75,7 +75,6 @@ struct cli_state {
size_t max_mux;
int initialised;
int win95;
- bool is_samba;
bool is_guestlogin;
uint32 capabilities;
/* What the server offered. */