From: psc Date: Fri, 2 Oct 2009 13:08:49 +0000 (+0000) Subject: Remove unfinished code from workstationStartup which is part X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=45a2173e4b2045b5df686adecf4f91d27d2c5c7f;p=gosa.git Remove unfinished code from workstationStartup which is part of another (upcoming) change. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@14481 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc index 9b599f4d9..436c0757d 100644 --- a/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc +++ b/trunk/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc @@ -1073,10 +1073,6 @@ class workstartup extends plugin }else{ foreach($servers as $server){ - if ($this->attrs['gosaUnitTag'][0] != $server['TAG']) { - continue; - } - $rel = $server['FAI_RELEASE']; $this->cache['SERVERS']['auto'][$rel] = $rel; $this->cache['SERVERS'][$server['SERVER']][$rel] = $rel;