mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 10:46:03 +00:00
32_yowsup.pm: close FH
git-svn-id: https://svn.fhem.de/fhem/trunk@9559 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3c3781de60
commit
36d1e1e6f2
@ -208,9 +208,9 @@ yowsup_Disconnect($)
|
||||
delete $hash->{PID};
|
||||
}
|
||||
|
||||
close($hash->{CD}) if($hash->{CD});
|
||||
close($hash->{FH}) if($hash->{FH});
|
||||
delete($hash->{FH});
|
||||
delete($hash->{FD});
|
||||
delete($hash->{CD});
|
||||
delete($selectlist{$name});
|
||||
|
||||
$hash->{STATE} = "Disconnected";
|
||||
|
Loading…
x
Reference in New Issue
Block a user