00_MQTT2_SERVER.pm: move last, fixing last fix (Forum #91394)

git-svn-id: https://svn.fhem.de/fhem/trunk@17926 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2018-12-09 10:23:44 +00:00
parent 243f5dfeb3
commit 3b6da8590f

View File

@@ -444,8 +444,8 @@ MQTT2_SERVER_sendto($$$$)
MQTT2_SERVER_calcRemainingLength(2+length($topic)+length($val)).
pack("n", length($topic)).
$topic.$val);
last; # send a message only once
}
last; # send a message only once
}
}