VirtualBox

Changeset 60242 in vbox for trunk/src


Ignore:
Timestamp:
Mar 29, 2016 2:02:46 PM (9 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Cosmetics for VERR_ACCOUNT_RESTRICTED error returned from guest side.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r58552 r60242  
    55
    66/*
    7  * Copyright (C) 2012-2015 Oracle Corporation
     7 * Copyright (C) 2012-2016 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    14541454        case VERR_HGCM_SERVICE_NOT_FOUND:
    14551455            strError += Utf8StrFmt(tr("The guest execution service is not available"));
     1456            break;
     1457
     1458        case VERR_ACCOUNT_RESTRICTED:
     1459            strError += Utf8StrFmt(tr("The specified user account on the guest is restricted and can't be used to logon"));
    14561460            break;
    14571461
Note: See TracChangeset for help on using the changeset viewer.

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