summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-11-04 12:57:28 +0100
committerStefan Metzmacher <metze@samba.org>2017-01-27 08:09:15 +0100
commit5c7523890dbb1762a84c3092dc35d63a52358d0e (patch)
tree07a48a38381bc746157917504e51df57400a160a /source3/include/client.h
parent022fb7ea149745fdc85bc7c6bf000b4541be9705 (diff)
downloadsamba-5c7523890dbb1762a84c3092dc35d63a52358d0e.tar.gz
s3:libsmb: use a local got_kerberos_mechanism variable in cli_session_creds_prepare_krb5()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@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 43ec39bb5a7..db8260d4552 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -80,7 +80,6 @@ struct cli_state {
bool fallback_after_kerberos;
bool use_ccache;
bool pw_nt_hash;
- bool got_kerberos_mechanism; /* Server supports krb5 in SPNEGO. */
bool use_oplocks; /* should we use oplocks? */