2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 17:36:39 +00:00

FHEM/70_SISPM.pm: critical patch from inf0@arcor.de (Forum #123163)

git-svn-id: https://svn.fhem.de/fhem/trunk@25034 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-09-30 09:31:19 +00:00
parent 73ae301b18
commit c3e336394d

View File

@ -434,6 +434,7 @@ SISPM_Read($)
if($eof) {
close($FH);
delete $hash->{FH};
delete $hash->{FD};
delete $selectlist{"$name.pipe"};
InternalTimer(gettimeofday()+ $hash->{Timer}, "SISPM_GetStatus", $hash, 1);