VirtualBox

Changeset 86383 in vbox for trunk


Ignore:
Timestamp:
Oct 1, 2020 2:22:01 PM (4 years ago)
Author:
vboxsync
Message:

Main: bugref:9224: Small fix in linux

File:
1 edited

Legend:

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

    r86138 r86383  
    934934#endif
    935935    for (err = readdir_r(pDir, &entry, &pResult);
    936          pResult /** @todo r=bird: && err == 0 ? */;
     936         pResult != NULL && err == 0;
    937937         err = readdir_r(pDir, &entry, &pResult))
    938938#if RT_GNUC_PREREQ(4, 6)
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