mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge remote-tracking branch 'upstream/master' into rrd-create-remote
This commit is contained in:
@@ -55,7 +55,8 @@ if ($agent_data['app'][$name]) {
|
||||
while ($max == -1 || $count < $max) {
|
||||
$data .= fgets($sock, 128);
|
||||
if ($max == -1) {
|
||||
$max = explode(' ', $data)[0] + 1;
|
||||
$tmp_max = explode(' ', $data);
|
||||
$max = $tmp_max[0]+1;
|
||||
}
|
||||
$count++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user