VirtualBox

Changeset 41289 in vbox


Ignore:
Timestamp:
May 14, 2012 5:12:36 PM (12 years ago)
Author:
vboxsync
Message:

Network/HostOnly: Minor change in error reporting for Darwin (#6183)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp

    r38408 r41289  
    405405                                  pReq->szName : NULL);
    406406            if (RT_FAILURE(rc))
    407                 return EINVAL;
     407                return rc == VERR_OUT_OF_RESOURCES ? ENOMEM : EINVAL;
    408408
    409409            Assert(strlen(pReq->szName) < sizeof(pReq->szName));
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