From 9eb4257fa99498e28db007aeeec64b9a6f39c031 Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 9 Sep 2014 22:26:24 +0200 Subject: [PATCH] Correct log prepending value --- etc/inc/ipsec.auth-user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);