VirtualBox

Changeset 48877 in vbox


Ignore:
Timestamp:
Oct 4, 2013 7:57:41 AM (11 years ago)
Author:
vboxsync
Message:

NetworkManager::nak don't assert if we aren't lease issuer.

File:
1 edited

Legend:

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

    r48461 r48877  
    579579{
    580580    AssertPtrReturn(client, VERR_INTERNAL_ERROR);
    581     AssertPtrReturn(client->m_lease, VERR_INTERNAL_ERROR);
     581   
     582    if (!client->m_lease)
     583        return VERR_INTERNAL_ERROR;
    582584
    583585    prepareReplyPacket4Client(client, u32Xid);
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