This commit is contained in:
CaCO3
2022-10-27 19:06:47 +02:00
parent 08f90de683
commit bfc7c2b8b7
2 changed files with 1 additions and 4 deletions

View File

@@ -147,7 +147,6 @@ bool ClassFlowMQTT::ReadParameter(FILE* pfile, string& aktparamgraph)
SetRetainFlag = 1;
}
if ((toUpper(zerlegt[0]) == "CLIENTID") && (zerlegt.size() > 1))
{
this->clientname = zerlegt[1];