Changeset 48877 in vbox
- Timestamp:
- Oct 4, 2013 7:57:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/Config.cpp
r48461 r48877 579 579 { 580 580 AssertPtrReturn(client, VERR_INTERNAL_ERROR); 581 AssertPtrReturn(client->m_lease, VERR_INTERNAL_ERROR); 581 582 if (!client->m_lease) 583 return VERR_INTERNAL_ERROR; 582 584 583 585 prepareReplyPacket4Client(client, u32Xid);
Note:
See TracChangeset
for help on using the changeset viewer.