From: cajus Date: Thu, 9 Aug 2007 07:34:39 +0000 (+0000) Subject: Updated service X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bd076d3c81574ae7c24c6f23a44df04cd6bbaa92;p=gosa.git Updated service git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7013 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_dhcpService.inc b/plugins/admin/systems/class_dhcpService.inc index 940ea7109..74eb7f26e 100644 --- a/plugins/admin/systems/class_dhcpService.inc +++ b/plugins/admin/systems/class_dhcpService.inc @@ -166,6 +166,7 @@ class dhcpService extends dhcpPlugin dhcpPlugin::save(); $this->attrs['dhcpPrimaryDN']= array($this->dhcpPrimaryDN); + $this->removeOption('server-name'); $this->attrs['dhcpOption'][]= "server-name $server_name"; return ($this->attrs);