Changeset 41272 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/linux
- Timestamp:
- May 14, 2012 9:02:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
r39419 r41272 315 315 { 316 316 Log(("VBoxNetAdpLinuxIOCtl: vboxNetAdpCreate -> %Rrc\n", rc)); 317 return - EINVAL;317 return -(rc == VERR_OUT_OF_RESOURCES ? ENOMEM : EINVAL); 318 318 } 319 319
Note:
See TracChangeset
for help on using the changeset viewer.