[ros-diffs] [cgutman] 35896: - Set UDPInitialized to FALSE at the end of UDPShutdown

cgutman at svn.reactos.org cgutman at svn.reactos.org
Wed Sep 3 14:39:21 CEST 2008


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/ip/transport/udp/udp.c?rev=35896&r1=35895&r2=35896&view=diff
==============================================================================
--- 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;
 }
 



More information about the Ros-diffs mailing list