Skip to content

Commit

Permalink
Merge pull request #3688 from laf/issue-3685
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosiak committed Jun 20, 2016
2 parents e07c935 + 124157a commit 5c65ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/polling/os/nxos.inc.php
Expand Up @@ -17,7 +17,7 @@

$data = snmp_get_multi($device, $oids, '-OQUs', 'ENTITY-MIB');

if (isset($data[22]['entPhysicalSoftwareRev']) && !empty($data[1]['entPhysicalSoftwareRev'])) {
if (isset($data[22]['entPhysicalSoftwareRev']) && !empty($data[22]['entPhysicalSoftwareRev'])) {
$version = $data[22]['entPhysicalSoftwareRev'];
}

Expand Down

0 comments on commit 5c65ff1

Please sign in to comment.