From: hickert Date: Wed, 30 Jan 2008 09:02:01 +0000 (+0000) Subject: Fixed DHCP statement problem X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3d31b366ec83764cc1dedcef88a82f5a9bf09018;p=gosa.git Fixed DHCP statement problem git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8650 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpPlugin.inc b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpPlugin.inc index 628260522..615981ce1 100644 --- a/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpPlugin.inc +++ b/gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpPlugin.inc @@ -104,7 +104,7 @@ class dhcpPlugin extends plugin foreach (array("routers", "domain-name", "subnet-mask", "broadcast-address") as $toberemoved){ unset($this->options[$toberemoved]); } - foreach (array("filename", "next-server") as $toberemoved){ + foreach (array("filename", "next-server","get-lease-hostnames","use-host-decl-names") as $toberemoved){ unset($this->statements[$toberemoved]); }