Changeset 92896 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Dec 14, 2021 1:19:48 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148851
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerGuestTable.cpp
r92895 r92896 1262 1262 { 1263 1263 CVirtualBoxErrorInfo cErrorInfo = cEvent.GetError(); 1264 if (cErrorInfo.GetResult Code() == VERR_AUTHENTICATION_FAILURE)1264 if (cErrorInfo.GetResultDetail() < VINF_SUCCESS) 1265 1265 emit sigLogOutput(cErrorInfo.GetText(), m_strTableName, FileManagerLogType_Error); 1266 1267 if (m_pGuestSessionPanel) 1268 m_pGuestSessionPanel->markForError(cErrorInfo.GetResultDetail() == VERR_AUTHENTICATION_FAILURE); 1266 1269 } 1267 1270 if (m_comGuestSession.isOk())
Note:
See TracChangeset
for help on using the changeset viewer.