+ Fix p2000 error from http enhance

This commit is contained in:
garnier-quentin 2015-07-28 18:19:40 +02:00
parent aed5ed9304
commit 7a517be8b8
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ sub DESTROY {
my $self = shift;
if ($self->{logon} == 1) {
$self->{option_results}->{url_path} = ;
$self->{http}->request(url_path => $self->{url_path} . 'exit',
header => ['dataType: api', 'sessionKey: ' . $self->{session_id}]);
}