2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

00_MQTT2_SERVER.pm: use a more verbose parameter Name (Forum #111938)

git-svn-id: https://svn.fhem.de/fhem/trunk@22594 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2020-08-13 07:43:24 +00:00
parent 475813c127
commit b878aac893

View File

@ -424,7 +424,7 @@ MQTT2_SERVER_Read($@)
}
# Allow some IO inbetween, for overloaded systems
InternalTimer(0, sub{ MQTT2_SERVER_Read($_[0],1)}, $hash,0)
InternalTimer(0, sub{ MQTT2_SERVER_Read($hash,1)}, $hash, 0)
if(length($hash->{BUF}) > 0);
}