diff options
Diffstat (limited to 'source3/include/fake_file.h')
-rw-r--r-- | source3/include/fake_file.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/fake_file.h b/source3/include/fake_file.h index 3fe60072e9..cfcd16f683 100644 --- a/source3/include/fake_file.h +++ b/source3/include/fake_file.h @@ -26,7 +26,11 @@ enum FAKE_FILE_TYPE { FAKE_FILE_TYPE_QUOTA }; +/* +we now get the unix name --metze #define FAKE_FILE_NAME_QUOTA "\\$Extend\\$Quota:$Q:$INDEX_ALLOCATION" +*/ +#define FAKE_FILE_NAME_QUOTA "$Extend/$Quota:$Q:$INDEX_ALLOCATION" typedef struct _FAKE_FILE_HANDLE { enum FAKE_FILE_TYPE type; |