Changeset 75862 in vbox
- Timestamp:
- Dec 2, 2018 12:33:01 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127066
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r75861 r75862 161 161 162 162 #ifdef DEBUG 163 bool fDispatch = true;164 163 /* 165 164 * Pre-check: If we got a status message with an error and VERR_TOO_MUCH_DATA … … 169 168 * this further because we don't have a valid context ID. 170 169 */ 170 bool fDispatch = true; 171 171 if ( pCtxCb->uFunction == GUEST_EXEC_STATUS 172 172 && pSvcCb->mParms >= 5) … … 183 183 { 184 184 LogFlowFunc(("Requested command with too much data, skipping dispatching ...\n")); 185 186 185 Assert(dataCb.uPID == 0); 187 186 fDispatch = false; 187 rc = VINF_SUCCESS; 188 188 } 189 189 }
Note:
See TracChangeset
for help on using the changeset viewer.