mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
minor
This commit is contained in:
@ -966,7 +966,7 @@ private:
|
||||
|
||||
for (size_t i = 0; i < m_arrVms.size(); i++)
|
||||
{
|
||||
if ( m_arrVms[i]->IsDebian() || m_arrVms[i]->IsDebian() )
|
||||
if ( m_arrVms[i]->IsDebian() )
|
||||
{
|
||||
arrVms.push_back(m_arrVms[i]);
|
||||
}
|
||||
@ -1194,8 +1194,8 @@ int main(int argc, char** argv)
|
||||
std::wstring sGuid = pVm->m_sGuid;
|
||||
std::wstring sName = pVm->m_sName;
|
||||
|
||||
if ( sName != L"openSUSE" )
|
||||
continue;
|
||||
//if ( sName != L"openSUSE" )
|
||||
// continue;
|
||||
|
||||
oTester.SetVm(pVm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user