diff --git a/includes/discovery/os/jwos.inc.php b/includes/discovery/os/jwos.inc.php index 20a123514..f70e70dfa 100755 --- a/includes/discovery/os/jwos.inc.php +++ b/includes/discovery/os/jwos.inc.php @@ -2,7 +2,7 @@ if(!$os) { - if(strstr($sysObjectId, "1.3.6.1.4.1.8239.1.2.9")) { $os = "junos"; } + if(strstr($sysObjectId, "1.3.6.1.4.1.8239.1.2.9")) { $os = "jwos"; } }