Changeset 17925 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 16, 2009 12:23:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/vboxmod.c
r17899 r17925 328 328 LogFunc(("hgcm connection failed. internal ioctl result %Rrc, hgcm result %Rrc\n", 329 329 vrc, info.result)); 330 if (rc >= 0 && info.result < 0) 331 rc = info.result; 330 332 } 331 333 if (rc >= 0)
Note:
See TracChangeset
for help on using the changeset viewer.