- Timestamp:
- Jan 31, 2019 12:54:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r77072 r77073 2362 2362 } 2363 2363 2364 if (procInfo.mPriority) 2365 { 2366 if (!(procInfo.mPriority & ProcessPriority_Default)) 2367 return VERR_INVALID_PARAMETER; 2368 } 2369 2364 2370 /* Adjust timeout. 2365 2371 * If set to 0, we define an infinite timeout (unlimited process run time). */ … … 4015 4021 return hr; 4016 4022 4017 /** @todo r=bird: Check input better? aPriority is passed on to the guest4018 * without any validation. Flags not existing in this vbox version are4019 * ignored, potentially doing something entirely different than what the4020 * caller had in mind. */4021 4022 4023 /* 4023 4024 * Must have an executable to execute. If none is given, we try use the … … 4032 4033 return setError(E_INVALIDARG, tr("No command to execute specified")); 4033 4034 } 4035 4036 /* The rest of the input is being validated in i_processCreateEx(). */ 4034 4037 4035 4038 LogFlowThisFuncEnter();
Note:
See TracChangeset
for help on using the changeset viewer.

