diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-09-08 17:29:58 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-09-15 10:12:17 +0200 |
commit | 7f40b606c497c56d05c376c6af82f1c3e4504529 (patch) | |
tree | 4aec8f6166d871507925e5945bcdd54f4a260dea /source3/include | |
parent | 74a6fb349f935c0eecb3dae151218c2ab25b40e1 (diff) | |
download | samba-7f40b606c497c56d05c376c6af82f1c3e4504529.tar.gz samba-7f40b606c497c56d05c376c6af82f1c3e4504529.tar.bz2 samba-7f40b606c497c56d05c376c6af82f1c3e4504529.zip |
s3:libsmb: use local variables in cli_state_create()
We don't need to keep use_spnego, use_level_II_oplocks, force_dos_errors
and force_ascii within struct cli_state.
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Sep 15 10:12:17 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 37dbf028a1..8a26e73c15 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -96,15 +96,11 @@ 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? */ - bool use_level_II_oplocks; /* should we use level II oplocks? */ - bool force_dos_errors; - bool force_ascii; bool case_sensitive; /* False by default. */ /* Where (if anywhere) this is mounted under DFS. */ |