- Timestamp:
- Apr 27, 2010 1:49:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/HostHardwareLinux.cpp
r28811 r28824 1272 1272 int oldFD = FAMCONNECTION_GETFD(&mFAMConnection); 1273 1273 FAMCONNECTION_GETFD(&mFAMConnection) = -1; 1274 Assert(monitorDirectoryFAM( NULL) == VERR_FAM_MONITOR_DIRECTORY_FAILED);1274 Assert(monitorDirectoryFAM("") == VERR_FAM_MONITOR_DIRECTORY_FAILED); 1275 1275 FAMCONNECTION_GETFD(&mFAMConnection) = oldFD; 1276 1276 } … … 1289 1289 int oldStatus = mStatus; 1290 1290 mStatus = VINF_SUCCESS; 1291 Assert(nextEventFAM(NULL) == VERR_TRY_AGAIN);1291 //Assert(nextEventFAM(NULL) == VERR_TRY_AGAIN); 1292 1292 mStatus = oldStatus; 1293 1293 }
Note:
See TracChangeset
for help on using the changeset viewer.