VirtualBox

Ignore:
Timestamp:
Nov 16, 2010 4:29:46 PM (14 years ago)
Author:
vboxsync
Message:

VRDE: do not return an error for an empty string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleVRDPServer.cpp

    r33963 r34121  
    758758                    hrc = server->mConsole->machine()->GetExtraData(com::Bstr(extraData).raw(),
    759759                                                                    bstrValue.asOutParam());
    760                     if (FAILED(hrc) || bstrValue.isEmpty())
     760                    if (FAILED(hrc))
    761761                    {
    762762                        rc = VERR_NOT_SUPPORTED;
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