mirror of
https://github.com/outbackdingo/parodus.git
synced 2026-01-28 10:20:04 +00:00
Added matchFlag reset to fix iot start up issue on yocto
This commit is contained in:
@@ -204,6 +204,8 @@ void *processUpstreamMessage()
|
||||
//Extract serviceName and url & store it in a linked list for reg_clients
|
||||
if(get_numOfClients() !=0)
|
||||
{
|
||||
matchFlag = 0;
|
||||
ParodusPrint("matchFlag reset to %d\n", matchFlag);
|
||||
temp = get_global_node();
|
||||
while(temp!=NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user