From e4934a1e427ec01576beb4fe21d2775b75adeb0b Mon Sep 17 00:00:00 2001 From: Björn Baumbach Date: Wed, 16 Nov 2011 14:45:01 +0100 Subject: s3-libsmb: introduce option to disable dos error mapping Signed-off-by: Stefan Metzmacher --- source3/include/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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; -- cgit