diff options
author | Ermal <eri@pfsense.org> | 2014-09-09 22:26:24 +0200 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2014-09-09 22:26:24 +0200 |
commit | 9eb4257fa99498e28db007aeeec64b9a6f39c031 (patch) | |
tree | 52031e17a044fbbe2a573048cec5f807f3c33332 /etc | |
parent | 38f5ac9baeedf8c4857ebf910096e40bc8afe227 (diff) | |
download | pfsense-9eb4257fa99498e28db007aeeec64b9a6f39c031.zip pfsense-9eb4257fa99498e28db007aeeec64b9a6f39c031.tar.gz |
Correct log prepending value
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/inc/ipsec.auth-user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/ipsec.auth-user.php b/etc/inc/ipsec.auth-user.php index 7d114d4..13afa48 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']); |