- fixed log-to-syslog behavior

- added patch against strongswan-2.6.4
This commit is contained in:
Martin Willi
2006-04-20 07:06:39 +00:00
parent ec6582ccaa
commit 8bc96e08cb
16 changed files with 1015 additions and 15 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ logger_t *logger_create(char *logger_name, log_level_t log_level, bool log_threa
if (output == NULL)
{
openlog(DAEMON_NAME, 0, LOG_DAEMON);
//openlog(DAEMON_NAME, 0, LOG_DAEMON);
}
return (logger_t*)this;