VirtualBox

Ignore:
Timestamp:
Jun 7, 2009 9:11:03 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48277
Message:

VBoxNetDHCP.cpp: Use the method for it.

File:
1 edited

Legend:

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

    r19924 r20354  
    11671167        if (pLease->isBeingOffered())
    11681168        {
    1169             fAckIt = true;
    11701169            if (pLease->m_xid == pDhcpMsg->bp_xid)
    11711170                debugPrint(2, true, "REQUEST for offered lease.");
     
    11731172                debugPrint(2, true, "REQUEST for offered lease, xid mismatch. Expected %#x, got %#x.",
    11741173                           pLease->m_xid, pDhcpMsg->bp_xid);
    1175             pLease->m_xid = pDhcpMsg->bp_xid; /* update xid */
    1176             pLease->activate();
     1174            pLease->activate(pDhcpMsg->bp_xid);
     1175            fAckIt = true;
    11771176        }
    11781177        else if (!pLease->isInCurrentConfig())
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