syslog: remove unused keyword

This commit is contained in:
Ad Schellevis 2020-05-18 11:57:38 +02:00
parent a95f943965
commit 59db45c6e8

View File

@ -154,7 +154,6 @@ function ipsec_syslog()
$logfacilities['ipsec'] = array(
'facility' => array('charon'),
'remote' => 'vpn',
);
return $logfacilities;