mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[DHCPCSVC] Fix exception on service restart
CORE-14390
This commit is contained in:
parent
87b8c1ee2f
commit
babe6046e5
1 changed files with 1 additions and 1 deletions
|
@ -1075,7 +1075,7 @@ state_panic(void *ipp)
|
|||
|
||||
note("No DHCPOFFERS received.");
|
||||
|
||||
if (!Adapter->NteContext)
|
||||
if (Adapter && !Adapter->NteContext)
|
||||
{
|
||||
/* Generate an automatic private address */
|
||||
DbgPrint("DHCPCSVC: Failed to receive a response from a DHCP server. An automatic private address will be assigned.\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue