VirtualBox

Changeset 92896 in vbox


Ignore:
Timestamp:
Dec 14, 2021 1:19:48 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148851
Message:

FE/Qt: bugref:9371. Trying to catch authentication error. take 2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.cpp

    r92895 r92896  
    12621262    {
    12631263        CVirtualBoxErrorInfo cErrorInfo = cEvent.GetError();
    1264         if (cErrorInfo.GetResultCode() == VERR_AUTHENTICATION_FAILURE)
     1264        if (cErrorInfo.GetResultDetail() < VINF_SUCCESS)
    12651265            emit sigLogOutput(cErrorInfo.GetText(), m_strTableName, FileManagerLogType_Error);
     1266
     1267        if (m_pGuestSessionPanel)
     1268            m_pGuestSessionPanel->markForError(cErrorInfo.GetResultDetail() == VERR_AUTHENTICATION_FAILURE);
    12661269    }
    12671270    if (m_comGuestSession.isOk())
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette