summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-08-07 17:55:57 -0700
committerJeremy Allison <jra@samba.org>2008-08-07 17:55:57 -0700
commit5c27ad75836136c39774c9456d63f46fa62e281f (patch)
treea696971faa829278ac8fd4a6156c2c2f10fa60e8 /source/include/client.h
parent5abd12eec1c9b6d30af5ec1ba16c0922e78d5bea (diff)
downloadsamba-5c27ad75836136c39774c9456d63f46fa62e281f.tar.gz
samba-5c27ad75836136c39774c9456d63f46fa62e281f.tar.xz
samba-5c27ad75836136c39774c9456d63f46fa62e281f.zip
Fix bug #5675 with a varient of Tim Waugh's patch,
as proposed by James Peach. Jeremy.
Diffstat (limited to 'source/include/client.h')
-rw-r--r--source/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/client.h b/source/include/client.h
index 9276948dac5..51ced9907f3 100644
--- a/source/include/client.h
+++ b/source/include/client.h
@@ -193,6 +193,7 @@ struct cli_state {
bool use_kerberos;
bool fallback_after_kerberos;
bool use_spnego;
+ bool got_kerberos_mechanism; /* Server supports krb5 in SPNEGO. */
bool use_oplocks; /* should we use oplocks? */
bool use_level_II_oplocks; /* should we use level II oplocks? */