diff options
author | Björn Baumbach <bb@sernet.de> | 2011-11-16 14:45:01 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-11-16 19:02:12 +0100 |
commit | e4934a1e427ec01576beb4fe21d2775b75adeb0b (patch) | |
tree | 568508e1afb30acb97f7d967a137475e34dea8d2 /source3/include | |
parent | af1a2eecce1155618173aa2c9a8d9f687082a449 (diff) | |
download | samba-e4934a1e427ec01576beb4fe21d2775b75adeb0b.tar.gz |
s3-libsmb: introduce option to disable dos error mapping
Signed-off-by: Stefan Metzmacher <metze@samba.org>
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 65da738e228..293138d5747 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; |