diff options
Diffstat (limited to 'source4/include/trans2.h')
-rw-r--r-- | source4/include/trans2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/trans2.h b/source4/include/trans2.h index 5c9848f40c..9d934deace 100644 --- a/source4/include/trans2.h +++ b/source4/include/trans2.h @@ -258,7 +258,7 @@ Found 0 aliased levels #define SMB_FIND_BOTH_DIRECTORY_INFO 0x104 #define SMB_FIND_ID_FULL_DIRECTORY_INFO 0x105 #define SMB_FIND_ID_BOTH_DIRECTORY_INFO 0x106 -#define SMB_FIND_UNIX_INFO 0x200 +#define SMB_FIND_UNIX_INFO 0x202 /* flags on trans2 findfirst/findnext that control search */ #define FLAG_TRANS2_FIND_CLOSE 0x1 |