From bca791da85d7b82636fb4e94c5466711ab17af74 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 24 Aug 2006 09:41:45 +0000 Subject: r17779: this macro is unused metze (This used to be commit 5389ba19c8ce4cc8f5992b2f9b4fc451df8ee3f2) --- source4/lib/samba3/idmap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/samba3/idmap.c') 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. -- cgit