]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix priority mgnt in lock manager
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 20 Jan 2010 20:01:08 +0000 (21:01 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 20 Jan 2010 20:26:26 +0000 (21:26 +0100)
bacula/src/version.h

index 8662e15893d432b417f342be5094b5ad4ecfa2ba..90bce7c6e8c9da82b0f3daefb22ac9a6b39846b5 100644 (file)
@@ -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