diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 46c8254b09..9dd41313f2 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -136,6 +136,8 @@ struct cli_state { /* a oplock break request handler */ BOOL (*oplock_handler)(struct cli_state *cli, int fnum, unsigned char level); + + BOOL force_dos_errors; }; #endif /* _CLIENT_H */ |