mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user