fixed backend for locl circles

This commit is contained in:
csoler 2016-07-11 22:44:15 -04:00
parent 931c3df282
commit ed523e8edf
3 changed files with 147 additions and 289 deletions

View file

@ -380,6 +380,7 @@ bool p3GxsCircles::loadCircle(const RsGxsCircleId &circleId)
return cache_request_load(circleId);
}
int p3GxsCircles::canSend(const RsGxsCircleId &circleId, const RsPgpId &id, bool& should_encrypt)
{
RsStackMutex stack(mCircleMtx); /********** STACK LOCKED MTX ******/