Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
greenbone-security-assistant
greenbone-security-assistant-fix-new-glib.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File greenbone-security-assistant-fix-new-glib.patch of Package greenbone-security-assistant
Index: greenbone-security-assistant-4.0.2/src/gsad.c =================================================================== --- greenbone-security-assistant-4.0.2.orig/src/gsad.c +++ greenbone-security-assistant-4.0.2/src/gsad.c @@ -50,8 +50,6 @@ /** * @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 #include <arpa/inet.h> #include <assert.h> @@ -85,6 +83,9 @@ #include "tracef.h" #include "validator.h" +#undef G_LOG_FATAL_MASK +#define G_LOG_FATAL_MASK G_LOG_LEVEL_ERROR + /** * @brief Name of the cookie used to store the SID. */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor