From a03a83ad26b2cfa571b18f423915312c29fd33c7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 24 Jan 2010 16:50:46 +0100 Subject: s3: Add ccache use to cli_session_setup_ntlmssp --- source3/include/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/client.h') diff --git a/source3/include/client.h b/source3/include/client.h index d5030c1cb2..c74c74509a 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -266,6 +266,7 @@ struct cli_state { bool use_kerberos; bool fallback_after_kerberos; bool use_spnego; + bool use_ccache; bool got_kerberos_mechanism; /* Server supports krb5 in SPNEGO. */ bool use_oplocks; /* should we use oplocks? */ -- cgit