2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

HttpUtils.pm: avoid warning (Forum #39923)

git-svn-id: https://svn.fhem.de/fhem/trunk@9116 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-08-23 11:30:20 +00:00
parent e38500d988
commit 8ecaaf706e

View File

@ -62,7 +62,7 @@ HttpUtils_Close($)
my ($hash) = @_;
delete($hash->{FD});
delete($selectlist{$hash});
$hash->{conn}->close();
$hash->{conn}->close() if($hash->{conn});
delete($hash->{conn});
delete($hash->{hu_sslAdded});
delete($hash->{hu_filecount});