mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
Ref #2220
This commit is contained in:
parent
78ce90aa8d
commit
e73fabe165
@ -167,7 +167,7 @@ sub request_api {
|
||||
|
||||
push @$results, @{$decoded->{results}};
|
||||
last if (!defined($decoded->{next}));
|
||||
last if if (defined($options{nonext}) && $options{nonext} == 1);
|
||||
last if (defined($options{nonext}) && $options{nonext} == 1);
|
||||
|
||||
$page++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user