mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[TCPIP]
- Update the cached link and IP information when a link status change occurs svn path=/trunk/; revision=56484
This commit is contained in:
parent
27d8b97b03
commit
5aa9b26f83
1 changed files with 4 additions and 0 deletions
|
@ -734,6 +734,10 @@ BOOLEAN ReconfigureAdapter(PRECONFIGURE_CONTEXT Context)
|
|||
|
||||
Context->Adapter->CompletingReset = FALSE;
|
||||
|
||||
/* Update the IP and link status information cached in TCP */
|
||||
TCPUpdateInterfaceIPInformation(Interface);
|
||||
TCPUpdateInterfaceLinkStatus(Interface);
|
||||
|
||||
/* We're done here if the adapter isn't connected */
|
||||
if (Context->State != LAN_STATE_STARTED)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue