From e92823610acb138ca63648f04a57427f8dbf0b41 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 25 Nov 2001 02:58:15 +0000 Subject: oops, I forgot to include the header file (This used to be commit c28956d8601c103c3f8dab4253de80e6a00a02d7) --- source3/include/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include/client.h') 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 */ -- cgit