Commit 933ef0c3 authored by Ad Schellevis's avatar Ad Schellevis

crash report, PHP Warning: array_unique() expects parameter 1 to be array,...

crash report, PHP Warning:  array_unique() expects parameter 1 to be array, null given in /usr/local/etc/inc/services.inc on line 1575
parent e9225942
......@@ -1465,6 +1465,7 @@ EOD;
function services_dhcrelay_configure()
{
global $config;
$dhcrelayifs = array();
/* kill any running dhcrelay */
killbypid('/var/run/dhcrelay.pid');
......@@ -1586,6 +1587,7 @@ function services_dhcrelay_configure()
function services_dhcrelay6_configure()
{
global $config;
$dhcrelayifs = array();
/* kill any running dhcrelay */
killbypid('/var/run/dhcrelay6.pid');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment