fixed stupid bug causing cleanRejectedMessages() to be called continuously

This commit is contained in:
csoler 2015-12-18 08:07:00 -05:00
parent 374aa65c66
commit b1b75a35a1

View File

@ -337,8 +337,8 @@ int RsGxsNetService::tick()
sharePublishKeysPending() ;
mLastCleanRejectedMessages = now ;
}
cleanRejectedMessages() ;
}
return 1;
}