VirtualBox

Changeset 48414 in vbox for trunk/src


Ignore:
Timestamp:
Sep 10, 2013 2:51:02 PM (11 years ago)
Author:
vboxsync
Message:

VBoxNetDHCP: nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp

    r48413 r48414  
    370370    AssertPtrReturn(confManager, VERR_INTERNAL_ERROR);
    371371
    372     /**
     372    /*
    373373     * if we have nat netework of the same name
    374374     * this is good chance that we are assigned to this network.
     
    410410
    411411                if (   pszTerm
    412                        && (pszTerm - pszLo2Off) <= INET_ADDRSTRLEN)
     412                    && (pszTerm - pszLo2Off) <= INET_ADDRSTRLEN)
    413413                {
    414 
    415414                    memcpy(aszAddr, pszLo2Off, (pszTerm - pszLo2Off));
    416415                    int rc = RTNetStrToIPv4Addr(aszAddr, &ip4addr);
    417416                    if (RT_SUCCESS(rc))
    418417                    {
    419 
    420418                        u32Off = RTStrToUInt32(pszTerm + 1);
    421419                        if (u32Off != 0)
Note: See TracChangeset for help on using the changeset viewer.

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