Changeset 44356 in vbox
- Timestamp:
- Jan 24, 2013 3:16:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r44156 r44356 1097 1097 { 1098 1098 int rc2 = getNotificationWriteOut(cParms, paParms, prop); 1099 if (RT_ SUCCESS(rc))1099 if (RT_FAILURE(rc2)) 1100 1100 rc = rc2; 1101 1101 }
Note:
See TracChangeset
for help on using the changeset viewer.