From 17745322abab7c80efbd5beacc0e6e0a1243eb07 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 15 Jan 2002 01:49:06 +0000 Subject: #ifdef variable that's not used without dmalloc (This used to be commit bf513668cb76fd20b04b8142c86c263280b05bb6) --- source3/lib/dmallocmsg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/lib/dmallocmsg.c b/source3/lib/dmallocmsg.c index 9d6ac87aeb..bae9f36062 100644 --- a/source3/lib/dmallocmsg.c +++ b/source3/lib/dmallocmsg.c @@ -26,7 +26,9 @@ * over samba messaging. **/ +#ifdef ENABLE_DMALLOC static unsigned long our_dm_mark = 0; +#endif /* ENABLE_DMALLOC */ /** -- cgit