diff options
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 54fb4d5cc7..c330593b1a 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1143,6 +1143,7 @@ struct bitmap { /* this is used on a TConX. I'm not sure the name is very helpful though */ #define SMB_SUPPORT_SEARCH_BITS 0x0001 +#define SMB_SHARE_IN_DFS 0x0002 /* these are the constants used in the above call. */ /* DesiredAccess */ |