diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-09-17 15:09:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:42 -0500 |
commit | 10e4a96b5399a7ecbc893d2493a9ceb3ec66c8ed (patch) | |
tree | db8ea6878aaac35edc2e18fb8b29bccbd48d212a /source3/include/fake_file.h | |
parent | 82110e77da8c67a2806d2baa7486c9a9b7cc9781 (diff) | |
download | samba-10e4a96b5399a7ecbc893d2493a9ceb3ec66c8ed.tar.gz |
r2388: fix client quota support
for the client we need the windows path and for server we need unix path
metze
(This used to be commit 54fd28f5e7b70ce2b192c2037ce28da3fea9ef92)
Diffstat (limited to 'source3/include/fake_file.h')
-rw-r--r-- | source3/include/fake_file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/fake_file.h b/source3/include/fake_file.h index cfcd16f6830..63ba41d7860 100644 --- a/source3/include/fake_file.h +++ b/source3/include/fake_file.h @@ -28,9 +28,9 @@ enum FAKE_FILE_TYPE { /* 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" +#define FAKE_FILE_NAME_QUOTA_WIN32 "\\$Extend\\$Quota:$Q:$INDEX_ALLOCATION" +#define FAKE_FILE_NAME_QUOTA_UNIX "$Extend/$Quota:$Q:$INDEX_ALLOCATION" typedef struct _FAKE_FILE_HANDLE { enum FAKE_FILE_TYPE type; |