aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/api/private/snmp
diff options
context:
space:
mode:
authorNicolai Tellefsen <niccofyren@gmail.com>2016-03-21 15:00:58 +0100
committerNicolai Tellefsen <niccofyren@gmail.com>2016-03-21 15:00:58 +0100
commitef33fa8684db365888d091a15ef20b330dd29529 (patch)
tree60719ff36583e755405a2adc9af63adf4ea80661 /web/nms.gathering.org/api/private/snmp
parentde396b689bb2ad8241d19ddf8cb97197e7054bec (diff)
parent7a1eea87c3cffd208f66e93c04a73e40045f3ef2 (diff)
Merge branch 'master' of https://github.com/tech-server/tgmanage
Diffstat (limited to 'web/nms.gathering.org/api/private/snmp')
-rwxr-xr-xweb/nms.gathering.org/api/private/snmp3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/nms.gathering.org/api/private/snmp b/web/nms.gathering.org/api/private/snmp
index 4779659..f69ca62 100755
--- a/web/nms.gathering.org/api/private/snmp
+++ b/web/nms.gathering.org/api/private/snmp
@@ -13,7 +13,8 @@ use Data::Dumper;
$nms::web::cc{'max-age'} = "10";
-my $q = $nms::web::dbh->prepare('select sysname,data from snmp natural join switches where id in (select max(id) from snmp where ' . $nms::web::when . 'group by switch);');
+my $q = $nms::web::dbh->prepare('select sysname,data from snmp natural join switches where id in (select max(id) from snmp where '
+ . $nms::web::when . 'group by switch);');
$q->execute();
while (my $ref = $q->fetchrow_hashref()) {