summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index bdfe57f..d354a7c 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -53,7 +53,7 @@ foreach ($ifdescrs as $ifname => $ifdesc) {
if (!is_ipaddr($oc['ipaddr']) && $is_olsr_enabled)
$singleif_nostaticip = true;
else if ($oc['if'] && (!$oc['bridge']))
- $iflist[$ifname] = $ifdesc['descr'];
+ $iflist[$ifname] = $ifdesc;
}
/* set the starting interface */
OpenPOWER on IntegriCloud