Changeset 38887 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Sep 27, 2011 12:08:50 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74209
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp
r38874 r38887 818 818 if (!RTStrICmp(pszDiscard, "on")) 819 819 { 820 CHECK_ERROR(machine, DiscardDevice(Bstr(pszCtl).raw(),821 port, device, TRUE));820 CHECK_ERROR(machine, SetAutoDiscardForDevice(Bstr(pszCtl).raw(), 821 port, device, TRUE)); 822 822 } 823 823 else if (!RTStrICmp(pszDiscard, "off")) 824 824 { 825 CHECK_ERROR(machine, DiscardDevice(Bstr(pszCtl).raw(),826 port, device, FALSE));825 CHECK_ERROR(machine, SetAutoDiscardForDevice(Bstr(pszCtl).raw(), 826 port, device, FALSE)); 827 827 } 828 828 else
Note:
See TracChangeset
for help on using the changeset viewer.