VirtualBox

Changeset 92895 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Dec 14, 2021 11:35:16 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148850
Message:

FE/Qt: bugref:9371. build fix.

File:
1 edited

Legend:

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

    r92894 r92895  
    12621262    {
    12631263        CVirtualBoxErrorInfo cErrorInfo = cEvent.GetError();
    1264         if (cErrorInfo.isOk() && !cErrorInfo.GetText().contains("success", Qt::CaseInsensitive))
     1264        if (cErrorInfo.GetResultCode() == VERR_AUTHENTICATION_FAILURE)
    12651265            emit sigLogOutput(cErrorInfo.GetText(), m_strTableName, FileManagerLogType_Error);
    1266         if (cErrorInfo.GetResultCode() == VERR_AUTHENTICATION_FAILURE)
    1267             printf("boooooooooooo %d\n", cErrorInfo.GetResultCode());
    12681266    }
    12691267    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