Author: cgutman Date: Wed Sep 3 01:15:28 2008 New Revision: 35896
URL: http://svn.reactos.org/svn/reactos?rev=35896&view=rev Log: - Set UDPInitialized to FALSE at the end of UDPShutdown
Modified: branches/aicom-network-fixes/lib/drivers/ip/transport/udp/udp.c
Modified: branches/aicom-network-fixes/lib/drivers/ip/transport/udp/udp.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-fixes/lib/drivers/... ============================================================================== --- branches/aicom-network-fixes/lib/drivers/ip/transport/udp/udp.c [iso-8859-1] (original) +++ branches/aicom-network-fixes/lib/drivers/ip/transport/udp/udp.c [iso-8859-1] Wed Sep 3 01:15:28 2008 @@ -330,6 +330,8 @@ /* Deregister this protocol with IP layer */ IPRegisterProtocol(IPPROTO_UDP, NULL);
+ UDPInitialized = FALSE; + return STATUS_SUCCESS; }