Added matchFlag reset to fix iot start up issue on yocto

This commit is contained in:
Sadhyama Vengilat
2017-03-24 14:56:36 +05:30
parent 1a00727b81
commit b602d6ca64

View File

@@ -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)
{