Changeset 36091 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Feb 25, 2011 5:25:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r36086 r36091 6307 6307 Utf8Str idStr = mData->mUuid.toString(); 6308 6308 /* Leave space for "--capture" arg. */ 6309 const char * args[] = {szPath, "--comment", mUserData->s.strName.c_str(), "--startvm", idStr.c_str(), 0, 0 }; 6309 const char * args[] = {szPath, "--comment", mUserData->s.strName.c_str(), 6310 "--startvm", idStr.c_str(), 6311 "--vrde", "config", 6312 0, /* For "--capture". */ 6313 0 }; 6310 6314 if (strType == "capture") 6311 6315 {
Note:
See TracChangeset
for help on using the changeset viewer.