mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-18 18:16:03 +00:00
01_FHEMWEB.pm: fix comment (Forum #141082)
git-svn-id: https://svn.fhem.de/fhem/trunk@29754 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5ed32eb6f2
commit
20db05a087
@ -398,7 +398,7 @@ FW_Read($$)
|
||||
if($op == 8) {
|
||||
# Close, Normal, empty mask. #104718
|
||||
TcpServer_WriteBlocking($hash, pack("CCn",0x88,0x2,1000));
|
||||
CommandDelete(undef, $name); // Want to call FW_Undef
|
||||
CommandDelete(undef, $name); # Want to call FW_Undef
|
||||
return;
|
||||
|
||||
} elsif($op == 9) { # Ping
|
||||
|
Loading…
x
Reference in New Issue
Block a user