diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-24 09:41:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:41 -0500 |
commit | bca791da85d7b82636fb4e94c5466711ab17af74 (patch) | |
tree | 1b3564870de46d2c18a5fc51cc9f8cd8d27297dc /source4/lib/samba3 | |
parent | eb6f27eccc089899205f777a710e43ed6ea314d9 (diff) | |
download | samba-bca791da85d7b82636fb4e94c5466711ab17af74.tar.gz samba-bca791da85d7b82636fb4e94c5466711ab17af74.tar.bz2 samba-bca791da85d7b82636fb4e94c5466711ab17af74.zip |
r17779: this macro is unused
metze
(This used to be commit 5389ba19c8ce4cc8f5992b2f9b4fc451df8ee3f2)
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r-- | source4/lib/samba3/idmap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/samba3/idmap.c b/source4/lib/samba3/idmap.c index 47cbdd89e1..4521ae72b3 100644 --- a/source4/lib/samba3/idmap.c +++ b/source4/lib/samba3/idmap.c @@ -34,7 +34,9 @@ #define HWM_USER "USER HWM" /* idmap version determines auto-conversion */ +#if 0 /* unused */ #define IDMAP_VERSION 2 +#endif /***************************************************************************** Initialise idmap database. |