VirtualBox

Changeset 45560 in vbox for trunk/src


Ignore:
Timestamp:
Apr 16, 2013 8:02:19 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85049
Message:

NAT/LWIP service: nits. (cosmetic).

File:
1 edited

Legend:

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

    r45559 r45560  
    123123        {
    124124            case 't':   // --netname
    125                 if(pNetName)
     125                if (pNetName)
    126126                    return errorSyntax(USAGE_NATNETWORK, "You can only specify --netname once.");
    127127                else
     
    132132
    133133            case 'n':   // --network
    134                 if(pNetworkCidr)
     134                if (pNetworkCidr)
    135135                    return errorSyntax(USAGE_NATNETWORK, "You can only specify --network once.");
    136136                else
     
    150150
    151151            case 'd':   // --disable
    152                 if(enable >= 0)
     152                if (enable >= 0)
    153153                    return errorSyntax(USAGE_NATNETWORK, "You can specify either --enable or --disable once.");
    154154                else
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