Code

Fixed typo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Sep 2008 14:07:14 +0000 (14:07 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Sep 2008 14:07:14 +0000 (14:07 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12431 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_gosaSupportDaemon.inc

index ce0d24b6933aef953f774a3020db756faeae8176..0c99d158c203c0942d16894f7baeba9632978b05 100644 (file)
@@ -108,7 +108,7 @@ class gosaSupportDaemon
     $hosts = array();
     if(isset($res['XML'])){
       foreach($res['XML'][0] as $name => $data){
-        if(preg_match("/^HOST[0-9]*$/",$name) && $name != "HSOT"){
+        if(preg_match("/^HOST[0-9]*$/",$name) && $name != "HOST"){
           $hosts[] = $data[0]['MAC'][0]['VALUE'];
         }
       }