From 3bf75f87289f23f590a57663fa714d273a104cd4 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Thu, 8 Apr 2010 21:04:39 +0000 Subject: [PATCH] remove double-dee-doop git-svn-id: http://www.observium.org/svn/observer/trunk@1057 61d68cd4-352d-0410-923a-c4978735b2b8 --- discovery.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/discovery.php b/discovery.php index 57fb345de..c23bc0580 100755 --- a/discovery.php +++ b/discovery.php @@ -149,11 +149,6 @@ while ($device = mysql_fetch_array($device_query)) if ($device['type'] == "unknown") { $device['type'] = 'network'; } } - if($device['os'] == "allied") - { - if ($device['type'] == "unknown") { $device['type'] = 'network'; } - } - if($device['os'] == "allied") { if ($device['type'] == "unknown") { $device['type'] = 'network'; }