mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- Set UDPInitialized to FALSE at the end of UDPShutdown
svn path=/branches/aicom-network-fixes/; revision=35896
This commit is contained in:
parent
26b1ba0f02
commit
d75a5f4d04
1 changed files with 2 additions and 0 deletions
|
@ -330,6 +330,8 @@ NTSTATUS UDPShutdown(
|
||||||
/* Deregister this protocol with IP layer */
|
/* Deregister this protocol with IP layer */
|
||||||
IPRegisterProtocol(IPPROTO_UDP, NULL);
|
IPRegisterProtocol(IPPROTO_UDP, NULL);
|
||||||
|
|
||||||
|
UDPInitialized = FALSE;
|
||||||
|
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue