summaryrefslogtreecommitdiff
path: root/source3/include/fake_file.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-09-17 15:09:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:42 -0500
commit10e4a96b5399a7ecbc893d2493a9ceb3ec66c8ed (patch)
treedb8ea6878aaac35edc2e18fb8b29bccbd48d212a /source3/include/fake_file.h
parent82110e77da8c67a2806d2baa7486c9a9b7cc9781 (diff)
downloadsamba-10e4a96b5399a7ecbc893d2493a9ceb3ec66c8ed.tar.gz
samba-10e4a96b5399a7ecbc893d2493a9ceb3ec66c8ed.tar.bz2
samba-10e4a96b5399a7ecbc893d2493a9ceb3ec66c8ed.zip
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/fake_file.h b/source3/include/fake_file.h
index cfcd16f683..63ba41d786 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;