summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-09-27 05:45:21 +0200
committerMichael Adam <obnox@samba.org>2013-10-17 16:24:52 +0200
commit307abd61df586baac6cb0bef4272c633c526a7bf (patch)
tree48c6c70364f0e541e5925a35536e5d7ca1f4ad33 /source3/include
parente20c66d78099bcf5d965bd9d59669fe393481517 (diff)
downloadsamba-307abd61df586baac6cb0bef4272c633c526a7bf.tar.gz
samba-307abd61df586baac6cb0bef4272c633c526a7bf.tar.bz2
samba-307abd61df586baac6cb0bef4272c633c526a7bf.zip
s3:libsmb: remove unused cli_state->case_sensitive
Bug: https://bugzilla.samba.org/show_bug.cgi?id=10200 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/client.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index babcfb8a66..35fa2f178a 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -89,8 +89,6 @@ struct cli_state {
bool use_oplocks; /* should we use oplocks? */
- bool case_sensitive; /* False by default. */
-
/* Where (if anywhere) this is mounted under DFS. */
char *dfs_mountpoint;