Changeset 40681 in vbox
- Timestamp:
- Mar 28, 2012 2:33:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/service.cpp
r40657 r40681 636 636 { 637 637 rc = paramBufferAssign(paParms, cParms, &pCmd->mParmBuf); 638 639 /* Has there been enough parameter space but the wrong parameter types 640 * were submitted -- maybe the client was just asking for the next upcoming 641 * host message? 642 * 643 * Note: To keep this compatible to older clients we return VERR_TOO_MUCH_DATA 644 * in every case. */ 645 if (RT_FAILURE(rc)) 646 rc = VERR_TOO_MUCH_DATA; 638 647 } 639 648
Note:
See TracChangeset
for help on using the changeset viewer.