VirtualBox

Changeset 48405 in vbox for trunk/src/VBox/Main/src-server


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/Main/src-server/NATNetworkImpl.cpp

    r48379 r48405  
    521521         it != m->llNATLoopbackOffsetList.end(); ++it, ++i)
    522522      {
    523           BstrFmt bstr("%s;%d",
     523          BstrFmt bstr("%s=%d",
    524524                       (*it).strLoopbackHostAddress.c_str(),
    525525                       (*it).u32Offset);
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