removed zeroing of preferred group causing a bug in GxsTrans

This commit is contained in:
cyril soler 2017-07-03 11:25:12 +02:00
parent e9f9856048
commit f413433480

View File

@ -153,7 +153,6 @@ void p3GxsTrans::handleResponse(uint32_t token, uint32_t req_type)
{
RS_STACK_MUTEX(mDataMutex);
mPreferredGroupId.clear();
for( auto grp : groups )
{