diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-11-25 02:58:15 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-11-25 02:58:15 +0000 |
commit | e92823610acb138ca63648f04a57427f8dbf0b41 (patch) | |
tree | 9e4c6255e2e611145beb325aa315d08182e8f650 /source3/include | |
parent | a71f3f66a1b47a70e402c4d82736f376449b923c (diff) | |
download | samba-e92823610acb138ca63648f04a57427f8dbf0b41.tar.gz samba-e92823610acb138ca63648f04a57427f8dbf0b41.tar.bz2 samba-e92823610acb138ca63648f04a57427f8dbf0b41.zip |
oops, I forgot to include the header file
(This used to be commit c28956d8601c103c3f8dab4253de80e6a00a02d7)
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 */ |