From: Eric Bollengier Date: Wed, 20 Jan 2010 20:01:08 +0000 (+0100) Subject: Fix priority mgnt in lock manager X-Git-Tag: Release-5.0.0~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=40995afb8d5c4f43ac6ebddf480a3f178b887aa8;p=bacula%2Fbacula Fix priority mgnt in lock manager --- diff --git a/bacula/src/version.h b/bacula/src/version.h index 8662e15893..90bce7c6e8 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -62,6 +62,7 @@ #if DEVELOPER # ifndef _USE_LOCKMGR # define _USE_LOCKMGR +# endif /* _USE_LOCKMGR */ /* * Enable priority management with the lock manager * @@ -70,9 +71,7 @@ * deadlock. However, note that this is not necessarily a * deadlock, so turn this on only for debugging. */ -# define USE_LOCKMGR_PRIORITY - -# endif /* _USE_LOCKMGR */ +#define USE_LOCKMGR_PRIORITY #endif /* DEVELOPER */ #if !HAVE_LINUX_OS && !HAVE_SUN_OS && !HAVE_DARWIN_OS && !HAVE_FREEBSD_OS