- Timestamp:
- Sep 27, 2022 9:30:04 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153817
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
r96407 r96907 826 826 { 827 827 bool fEnabled; 828 if (RT_FAILURE(parseBool(a->argv[ 3], &fEnabled)))828 if (RT_FAILURE(parseBool(a->argv[2], &fEnabled))) 829 829 { 830 830 errorSyntax(ControlVM::tr("Invalid link state '%s'."), a->argv[2]); … … 913 913 { 914 914 bool fTraceEnabled; 915 if (RT_FAILURE(parseBool(a->argv[ 3], &fTraceEnabled)))915 if (RT_FAILURE(parseBool(a->argv[2], &fTraceEnabled))) 916 916 { 917 917 errorSyntax(ControlVM::tr("Invalid nictrace%lu argument '%s'."), n, a->argv[2]);
Note:
See TracChangeset
for help on using the changeset viewer.