Changeset 32262 in vbox for trunk/src/VBox/Main/linux/USBProxyServiceLinux.cpp
- Timestamp:
- Sep 6, 2010 11:37:00 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65589
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/USBProxyServiceLinux.cpp
r32258 r32262 263 263 264 264 #ifdef VBOX_USB_WITH_SYSFS 265 int rc2; 266 if (RT_FAILURE((rc2 = VBoxMainUSBDevInfoInit(&mDeviceList)))) 267 return rc2; 265 VBoxMainUSBDevInfoInit(&mDeviceList); 268 266 int rc = mWaiter.getStatus(); 269 267 if (RT_SUCCESS(rc) || rc == VERR_TIMEOUT || rc == VERR_TRY_AGAIN)
Note:
See TracChangeset
for help on using the changeset viewer.