diff options
author | Jeremy Allison <jra@samba.org> | 2008-08-07 17:55:57 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-08-07 17:55:57 -0700 |
commit | 617bf10c66f45b6ed83d7f5441586606261e0560 (patch) | |
tree | c90b9c3017c2b827e78960136d54eea9b82e00f0 /source3/include | |
parent | 3907392459533832ada823e614154951365348ee (diff) | |
download | samba-617bf10c66f45b6ed83d7f5441586606261e0560.tar.gz samba-617bf10c66f45b6ed83d7f5441586606261e0560.tar.bz2 samba-617bf10c66f45b6ed83d7f5441586606261e0560.zip |
Fix bug #5675 with a varient of Tim Waugh's patch,
as proposed by James Peach.
Jeremy.
(This used to be commit 5c27ad75836136c39774c9456d63f46fa62e281f)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 9276948dac..51ced9907f 100644 --- a/source3/include/client.h +++ b/source3/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? */ |