summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-08 09:18:45 +0200
committerStefan Metzmacher <metze@samba.org>2011-09-08 17:51:29 +0200
commitdb79aa7260759c451e38e2df46562d01ce5514c6 (patch)
treec6fcff3d88c2674b3a387c07bcf68cddf10aa844 /source3/include/client.h
parent189266d8eedae1a1c78776fdbbd0883b7390107f (diff)
downloadsamba-db79aa7260759c451e38e2df46562d01ce5514c6.tar.gz
samba-db79aa7260759c451e38e2df46562d01ce5514c6.tar.bz2
samba-db79aa7260759c451e38e2df46562d01ce5514c6.zip
s3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORS
metze
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 79ce709069..6566769eac 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -193,5 +193,6 @@ struct file_info {
#define CLI_FULL_CONNECTION_OPLOCKS 0x0010
#define CLI_FULL_CONNECTION_LEVEL_II_OPLOCKS 0x0020
#define CLI_FULL_CONNECTION_USE_CCACHE 0x0040
+#define CLI_FULL_CONNECTION_FORCE_DOS_ERRORS 0x0080
#endif /* _CLIENT_H */