fixed update notification and display in GxsTransStatistics

This commit is contained in:
csoler 2017-06-07 23:10:59 +02:00
parent 9853b53f8b
commit 1766087f71
3 changed files with 14 additions and 15 deletions

View file

@ -387,7 +387,7 @@ void p3GxsTrans::service_tick()
// now grab collected messages to delete
if(mCleanupThread != NULL && !mCleanupThread->isDone())
if(mCleanupThread != NULL && mCleanupThread->isDone())
{
GxsMsgReq msgToDel ;
@ -543,6 +543,7 @@ void p3GxsTrans::notifyChanges(std::vector<RsGxsNotify*>& changes)
}
}
}
RsGxsIfaceHelper::receiveChanges(changes);
}
uint32_t p3GxsTrans::AuthenPolicy()