Changeset 24678 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Nov 15, 2009 4:07:51 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54860
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp
r24505 r24678 60 60 int handleStorageAttach(HandlerArg *a) 61 61 { 62 int c ;62 int c = VERR_INTERNAL_ERROR; /* initialized to shut up gcc */ 63 63 HRESULT rc = S_OK; 64 64 ULONG port = ~0U;
Note:
See TracChangeset
for help on using the changeset viewer.