Changeset 11484 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Aug 19, 2008 12:41:38 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34973
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r11157 r11484 790 790 rc = CFGMR3InsertString(pCfg, "TargetName", psz); RC_CHECK(); 791 791 STR_FREE(); 792 793 // @todo currently there is no Initiator name config.794 rc = CFGMR3InsertString(pCfg, "InitiatorName", "iqn.2008-04.com.sun.virtualbox.initiator"); RC_CHECK();795 792 796 793 ULONG64 lun;
Note:
See TracChangeset
for help on using the changeset viewer.