From 7a517be8b8f3ca9c6c05402717cc43a0790d59a5 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Tue, 28 Jul 2015 18:19:40 +0200 Subject: [PATCH] + Fix p2000 error from http enhance --- storage/hp/p2000/xmlapi/custom.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/hp/p2000/xmlapi/custom.pm b/storage/hp/p2000/xmlapi/custom.pm index 94022fbfa..dfe430abd 100644 --- a/storage/hp/p2000/xmlapi/custom.pm +++ b/storage/hp/p2000/xmlapi/custom.pm @@ -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}]); }