diff options
author | Jeremy Allison <jra@samba.org> | 2003-06-30 22:07:47 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-06-30 22:07:47 +0000 |
commit | a12556742f5728788575777463f40f6c46ceb5da (patch) | |
tree | dff6416076dc0d3433098dea3940b81478acf10d /source3/include | |
parent | 81befd3c7177f7b4dd3c6b9f06e307d6a8cf8c47 (diff) | |
download | samba-a12556742f5728788575777463f40f6c46ceb5da.tar.gz samba-a12556742f5728788575777463f40f6c46ceb5da.tar.bz2 samba-a12556742f5728788575777463f40f6c46ceb5da.zip |
Merge of Volkers patch to make the logic clearer (with my mod).
Jeremy.
(This used to be commit 1714eb6bef627ebcfb6db03e58fdd02ea502c6e1)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/idmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/idmap.h b/source3/include/idmap.h index 5a5e87c141..47f396e637 100644 --- a/source3/include/idmap.h +++ b/source3/include/idmap.h @@ -35,7 +35,6 @@ #define ID_TYPEMASK 0x0f #define ID_QUERY_ONLY 0x10 -#define ID_CACHE_SAVE 0x20 /* Filled out by IDMAP backends */ struct idmap_methods { |