summaryrefslogtreecommitdiffstats
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2011-11-16 14:45:01 +0100
committerStefan Metzmacher <metze@samba.org>2011-11-16 19:02:12 +0100
commite4934a1e427ec01576beb4fe21d2775b75adeb0b (patch)
tree568508e1afb30acb97f7d967a137475e34dea8d2 /source3/include/client.h
parentaf1a2eecce1155618173aa2c9a8d9f687082a449 (diff)
downloadsamba-e4934a1e427ec01576beb4fe21d2775b75adeb0b.tar.gz
samba-e4934a1e427ec01576beb4fe21d2775b75adeb0b.tar.xz
samba-e4934a1e427ec01576beb4fe21d2775b75adeb0b.zip
s3-libsmb: introduce option to disable dos error mapping
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 65da738e22..293138d574 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -44,6 +44,7 @@ struct cli_state {
struct cli_state *prev, *next;
int rap_error;
NTSTATUS raw_status; /* maybe via NT_STATUS_DOS() */
+ bool map_dos_errors;
/* The credentials used to open the cli_state connection. */
char *domain;