2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 04:36:02 +00:00

00_MQTT2_CLIENT.pm: fix typo (Forum #118146)

git-svn-id: https://svn.fhem.de/fhem/trunk@23612 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-01-25 09:33:06 +00:00
parent 325ccf2e2e
commit 0b14e8da8f

View File

@ -339,7 +339,7 @@ MQTT2_CLIENT_Attr(@)
$hash->{MatchList} = \%h;
delete($hash->{".clientArray"}); # Force a recompute
} else {
MQTT2_CLIENT_resetClients($hash});
MQTT2_CLIENT_resetClients($hash);
}
}