mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 05:35:01 +02:00
fix cisco ces debug
This commit is contained in:
parent
29e69205d6
commit
ab3f4683c9
@ -193,7 +193,6 @@ sub authenticate {
|
|||||||
sub request_api {
|
sub request_api {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
return {};
|
|
||||||
$self->settings();
|
$self->settings();
|
||||||
if (!defined($self->{session_cookie})) {
|
if (!defined($self->{session_cookie})) {
|
||||||
$self->authenticate(statefile => $self->{cache});
|
$self->authenticate(statefile => $self->{cache});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user