From: hickert Date: Wed, 30 Jan 2008 09:00:14 +0000 (+0000) Subject: Updated dhcp statement problem X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9233f695cdb24bb9aaa34200e40ac773882c401d;p=gosa.git Updated dhcp statement problem -use-host-decl-names and get-lease-hostnames will now be resetted correctly git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8649 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_dhcpPlugin.inc b/include/class_dhcpPlugin.inc index a28e3958a..b13083fb3 100644 --- a/include/class_dhcpPlugin.inc +++ b/include/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]); }