From b6c6ecd359923e09faa5e1e6b5e4727525e4ba98 Mon Sep 17 00:00:00 2001 From: Falk Stern Date: Wed, 7 Oct 2015 16:27:06 +0200 Subject: [PATCH] Missing a bracket, sorry. --- includes/discovery/os/powerconnect.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/discovery/os/powerconnect.inc.php b/includes/discovery/os/powerconnect.inc.php index 7f78d8868b..f13f00cc7d 100644 --- a/includes/discovery/os/powerconnect.inc.php +++ b/includes/discovery/os/powerconnect.inc.php @@ -2,7 +2,7 @@ if (!$os) { // if (strstr($sysDescr, "Neyland 24T")) { $os = "powerconnect"; } /* Powerconnect 5324 */ - if (stristr($sysDescr, 'PowerConnect ') && !stristr($sysDescr, 'ArubaOS') { + if (stristr($sysDescr, 'PowerConnect ') && !stristr($sysDescr, 'ArubaOS')) { $os = 'powerconnect'; } else if (preg_match('/Dell.*Gigabit\ Ethernet/i', $sysDescr)) {