Changeset 48405 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Sep 10, 2013 12:22:17 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88843
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp
r48363 r48405 390 390 if (!vLoopback2Add.empty()) 391 391 { 392 /* we're expecting stings 127.0.0.1 ;5 */392 /* we're expecting stings 127.0.0.1=5 */ 393 393 LOOPBACK2DELETEADDITERATOR it; 394 394 for (it = vLoopback2Add.begin(); … … 397 397 { 398 398 std::string address, strOffset; 399 int pos = it->find(' ;');399 int pos = it->find('='); 400 400 LONG lOffset = 0; 401 401 Bstr bstrAddress;
Note:
See TracChangeset
for help on using the changeset viewer.