mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 11:36:51 +03:00
test1
This commit is contained in:
@@ -114,7 +114,15 @@ bool ClassFlowMQTT::ReadParameter(FILE* pfile, string& aktparamgraph)
|
||||
}
|
||||
if ((toUpper(_param) == "VALIDATESERVERCERT") && (splitted.size() > 1))
|
||||
{
|
||||
validateServerCert = alphanumericToBoolean(splitted[1]);
|
||||
bool _validateServerCert = alphanumericToBoolean(splitted[1]);
|
||||
if (_validateServerCert == true)
|
||||
{
|
||||
validateServerCert = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
validateServerCert = true;
|
||||
}
|
||||
}
|
||||
if ((toUpper(_param) == "CLIENTCERT") && (splitted.size() > 1))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user