git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a71f3f6
)
oops, I forgot to include the header file
author
Andrew Bartlett
<abartlet@samba.org>
Sun, 25 Nov 2001 02:58:15 +0000
(
02:58
+0000)
committer
Andrew Bartlett
<abartlet@samba.org>
Sun, 25 Nov 2001 02:58:15 +0000
(
02:58
+0000)
(This used to be commit
c28956d8601c103c3f8dab4253de80e6a00a02d7
)
source3/include/client.h
patch
|
blob
|
history
diff --git
a/source3/include/client.h
b/source3/include/client.h
index 46c8254b0932e5d7be60b915d91e24d1fd824739..9dd41313f284002d5b2d8ad5ba4f605c5e5c112b 100644
(file)
--- 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 */