VirtualBox

Changeset 30659 in vbox


Ignore:
Timestamp:
Jul 6, 2010 11:56:46 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63412
Message:

Main/HostHardwareLinux: removed an assertion based on an incorrect assumption

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/linux/HostHardwareLinux.cpp

    r29352 r30659  
    16101610        {
    16111611            rc = RTPathReal(szPath, szAbsPath, sizeof(szAbsPath));
    1612             AssertRCBreak(rc);  /* sysfs should guarantee that this exists */
     1612            if (RT_FAILURE(rc))
     1613                break;  /* The file can vanish if a device is unplugged. */
    16131614            if (!pHandler->doHandle(szAbsPath))
    16141615                break;
Note: See TracChangeset for help on using the changeset viewer.

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