Correct log prepending value

This commit is contained in:
Ermal 2014-09-09 22:26:24 +02:00
parent 38f5ac9bae
commit 9eb4257fa9

View File

@ -79,7 +79,7 @@ function getNasIP()
}
}
/* setup syslog logging */
openlog("racoon", LOG_ODELAY, LOG_AUTH);
openlog("charon", LOG_ODELAY, LOG_AUTH);
if (isset($_GET)) {
$authmodes = explode(",", $_GET['authcfg']);