Changeset 58046 in vbox
- Timestamp:
- Oct 6, 2015 10:03:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp
r57358 r58046 463 463 &success); 464 464 setNoProbe(false); 465 if (RT_SUCCESS(rc) && (!success | testing()))465 if (RT_SUCCESS(rc) && (!success || testing())) 466 466 rc = getDriveInfoFromSysfs(&mDVDList, true /* isDVD */, &success); 467 467 if (RT_SUCCESS(rc) && testing())
Note:
See TracChangeset
for help on using the changeset viewer.