From: Kern Sibbald Date: Fri, 1 Jun 2012 16:29:07 +0000 (+0200) Subject: Turn on SD deadlock detection by default X-Git-Tag: Release-7.0.0~216 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=274146d4745a903fb7bc2628466547029fe33813;p=bacula%2Fbacula Turn on SD deadlock detection by default --- diff --git a/bacula/src/version.h b/bacula/src/version.h index 1e66f35cf2..d94339d875 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -77,7 +77,6 @@ * it can always be turned on, but we advise to use it only * for debug */ -#if DEVELOPER # ifndef _USE_LOCKMGR # define _USE_LOCKMGR # endif /* _USE_LOCKMGR */ @@ -98,7 +97,6 @@ * dozens of thread, so turn this only for debugging. */ /* #define USE_LOCKMGR_SAFEKILL */ -#endif /* DEVELOPER */ #if !HAVE_LINUX_OS && !HAVE_SUN_OS && !HAVE_DARWIN_OS && !HAVE_FREEBSD_OS # undef _USE_LOCKMGR