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 92113f615a
commit b9400f9f40

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);
}
}