VirtualBox

Changeset 10004 in vbox


Ignore:
Timestamp:
Jun 27, 2008 9:27:12 PM (16 years ago)
Author:
vboxsync
Message:

HostServices/SharedInfoServices: removed a wrong test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedInfoServices/service.cpp

    r10003 r10004  
    184184
    185185    /* Validate the format of the key. */
    186     if (cbKey < sizeof(VBOX_SHARED_INFO_KEY_PREFIX))
    187         rc = VERR_INVALID_PARAMETER;
    188186    /* Only accept names in printable ASCII without spaces */
    189187    for (count = 0; (count < cbKey) && (pszKey[count] != '\0'); ++count)
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