From 40995afb8d5c4f43ac6ebddf480a3f178b887aa8 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 20 Jan 2010 21:01:08 +0100 Subject: [PATCH] Fix priority mgnt in lock manager --- bacula/src/version.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.5