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}]); }