Blob Blame History Raw
diff -ru greenbone-security-assistant-6.0.9/src/gsad.c greenbone-security-assistant-6.0.9.new/src/gsad.c
--- greenbone-security-assistant-6.0.9/src/gsad.c	2016-02-03 07:57:01.000000000 +0100
+++ greenbone-security-assistant-6.0.9.new/src/gsad.c	2016-02-24 04:04:04.800132507 +0100
@@ -47,11 +47,6 @@
  * \verbinclude COPYING
  */
 
-/**
- * @brief The Glib fatal mask, redefined to leave out G_LOG_FLAG_RECURSION.
- */
-#undef G_LOG_FATAL_MASK
-#define G_LOG_FATAL_MASK G_LOG_LEVEL_ERROR
 
 #define _GNU_SOURCE /* for strcasecmp */
 
@@ -93,6 +88,12 @@
 #include "xslt_i18n.h"
 
+/**
+ * @brief The Glib fatal mask, redefined to leave out G_LOG_FLAG_RECURSION.
+ */
+#undef G_LOG_FATAL_MASK
+#define G_LOG_FATAL_MASK G_LOG_LEVEL_ERROR
+
 /**
  * @brief Name of the cookie used to store the SID.
  */
 #define SID_COOKIE_NAME "GSAD_SID"