VirtualBox

Ignore:
Timestamp:
Sep 10, 2013 12:22:17 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88843
Message:

NAT/Loopback mapping: changes semantically unrelated symbol ";" with more expressive "=" for map opperation.

VBoxManage natnework modify -t nat-test-1 -l "127.0.1.3=8"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp

    r48363 r48405  
    390390            if (!vLoopback2Add.empty())
    391391            {
    392                 /* we're expecting stings 127.0.0.1;5 */
     392                /* we're expecting stings 127.0.0.1=5 */
    393393                LOOPBACK2DELETEADDITERATOR it;
    394394                for (it = vLoopback2Add.begin();
     
    397397                {
    398398                    std::string address, strOffset;
    399                     int pos = it->find(';');
     399                    int pos = it->find('=');
    400400                    LONG lOffset = 0;
    401401                    Bstr bstrAddress;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette