mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
fix(ericsson/enm): session expiration (#3324)
This commit is contained in:
parent
d890050436
commit
177c6c24af
@ -180,6 +180,7 @@ sub clean_session {
|
||||
|
||||
my $datas = { updated => time() };
|
||||
$self->{cache_token}->write(data => $datas);
|
||||
$self->{session_id} = undef;
|
||||
}
|
||||
|
||||
sub credentials {
|
||||
|
Loading…
x
Reference in New Issue
Block a user