Code

Updated dhcp plugin
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 29 Jun 2009 06:03:27 +0000 (06:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 29 Jun 2009 06:03:27 +0000 (06:03 +0000)
-Netmask cannot be saved.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13810 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/dhcp/admin/systems/services/dhcp/class_dhcpNetwork.inc

index a19cb1d26118c0f47803e980c48946d65836d077..a1980bf15c76c7db1f497207626a0bd0d01bcad8 100644 (file)
@@ -100,7 +100,6 @@ class dhcpNetwork extends plugin
 
     /* Netmask / Broadcast */
     if ($this->options->exists('subnet-mask')){
-      $this->options->removeAll('subnet-mask');
       $this->options->set('subnet-mask',normalize_netmask($this->options->get('subnet-mask')));
     }
     $smarty->assign("subnet_mask", $this->options->get('subnet-mask'));