diff --git a/src/scripts/update-ipblocklists b/src/scripts/update-ipblocklists index 96731d449..b96bb4f7c 100644 --- a/src/scripts/update-ipblocklists +++ b/src/scripts/update-ipblocklists @@ -46,7 +46,7 @@ if ( $> == 0 ) { } # Establish the connection to the syslog service. -openlog('ipblocklist', 'cons,pid', 'user'); +openlog('ipblocklist', 'cons', 'user'); # Grab the configured providers. &General::readhash("${General::swroot}/ipblocklist/settings", \%settings);