diff options
| -rw-r--r-- | source3/lib/dmallocmsg.c | 2 | 
1 files changed, 2 insertions, 0 deletions
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 */  /**  | 
