diff --git a/etc/inc/ipsec.auth-user.php b/etc/inc/ipsec.auth-user.php index 7d114d4c6a..13afa4838c 100755 --- a/etc/inc/ipsec.auth-user.php +++ b/etc/inc/ipsec.auth-user.php @@ -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']);