rsroka / rpms / rsyslog

Forked from rpms/rsyslog 6 years ago
Clone
Blob Blame History Raw
diff -up rsyslog-3.16.1/plugins/imklog/imklog.c.symlookup rsyslog-3.16.1/plugins/imklog/imklog.c
--- rsyslog-3.16.1/plugins/imklog/imklog.c.symlookup	2008-06-13 10:21:46.000000000 +0200
+++ rsyslog-3.16.1/plugins/imklog/imklog.c	2008-06-13 10:17:25.000000000 +0200
@@ -51,7 +51,7 @@ DEF_IMOD_STATIC_DATA
 int dbgPrintSymbols = 0; /* this one is extern so the helpers can access it! */
 static int symbols_twice = 0;
 static int use_syscall = 0;
-static int symbol_lookup = 1;
+static int symbol_lookup = 0;
 /* TODO: configuration for the following directives must be implemented. It 
  * was not done yet because we either do not yet have a config handler for
  * that type or I thought it was acceptable to push it to a later stage when
@@ -664,7 +664,7 @@ static rsRetVal resetConfigVariables(uch
 	symbols_twice = 0;
 	use_syscall = 0;
 	symfile = NULL;
-	symbol_lookup = 1;
+	symbol_lookup = 0;
 	return RS_RET_OK;
 }