diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 18bf26eed3..3ebac4c52c 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -141,5 +141,6 @@ struct file_info { #define CLI_FULL_CONNECTION_USE_CCACHE 0x0040 #define CLI_FULL_CONNECTION_FORCE_DOS_ERRORS 0x0080 #define CLI_FULL_CONNECTION_FORCE_ASCII 0x0100 +#define CLI_FULL_CONNECTION_USE_NT_HASH 0x0200 #endif /* _CLIENT_H */ |