- Set UDPInitialized to FALSE at the end of UDPShutdown

svn path=/branches/aicom-network-fixes/; revision=35896
This commit is contained in:
Cameron Gutman 2008-09-02 23:15:28 +00:00
parent 26b1ba0f02
commit d75a5f4d04

View file

@ -330,6 +330,8 @@ NTSTATUS UDPShutdown(
/* Deregister this protocol with IP layer */
IPRegisterProtocol(IPPROTO_UDP, NULL);
UDPInitialized = FALSE;
return STATUS_SUCCESS;
}