mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 13:45:18 +02:00
fix(plugin)bypass-perl-error-messy-commvault-api (#2894)
This commit is contained in:
parent
f0930a1bbf
commit
7fea97733b
@ -361,6 +361,7 @@ sub request_paging {
|
|||||||
header => ['Cache-Control: private']
|
header => ['Cache-Control: private']
|
||||||
);
|
);
|
||||||
|
|
||||||
|
last if (!defined($results->{feedsList}));
|
||||||
push @$alerts, @{$results->{feedsList}};
|
push @$alerts, @{$results->{feedsList}};
|
||||||
last if ($results->{totalNoOfAlerts} < ($page_num * $page_count));
|
last if ($results->{totalNoOfAlerts} < ($page_num * $page_count));
|
||||||
$page_num++;
|
$page_num++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user