diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-09-12 03:19:35 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-09-14 13:12:52 -0700 |
commit | ff52be06e5c5581fe4acf6dc4f5a5e60ddbc8f52 (patch) | |
tree | 51541c4b63fed72ba55d0cd89fbeffeb11d33ac5 /source3/include | |
parent | 3c6808d5ed4aee60f7c7ca242e64abf291fff110 (diff) | |
download | samba-ff52be06e5c5581fe4acf6dc4f5a5e60ddbc8f52.tar.gz samba-ff52be06e5c5581fe4acf6dc4f5a5e60ddbc8f52.tar.bz2 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')
-rw-r--r-- | source3/include/client.h | 1 |
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. */ |