Commit 3ed2224f authored by ElenaSubbotina's avatar ElenaSubbotina Committed by Alexey.Golubev

.

parent 122a5cd0
...@@ -97,8 +97,13 @@ public: ...@@ -97,8 +97,13 @@ public:
{ {
delete pInfo; delete pInfo;
if (pInfo->m_bEncrypt) return false; if (pInfo->m_bEncrypt)
else continue; {
m_oCurrentUser.m_bIsEncrypt = pInfo->m_bEncrypt;
return false;
}
else
continue;
} }
m_arUsers.push_back(pInfo); m_arUsers.push_back(pInfo);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment