Commit 440a884c authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent 449bab1a
......@@ -97,8 +97,13 @@ public:
{
delete pInfo;
if (pInfo->m_bEncrypt) return false;
else continue;
if (pInfo->m_bEncrypt)
{
m_oCurrentUser.m_bIsEncrypt = pInfo->m_bEncrypt;
return false;
}
else
continue;
}
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