[ros-diffs] [cgutman] 35889: - Initially set NdisProtocolHandle to NULL

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


Author: cgutman
Date: Tue Sep  2 20:38:42 2008
New Revision: 35889

URL: http://svn.reactos.org/svn/reactos?rev=35889&view=rev
Log:
 - Initially set NdisProtocolHandle to NULL

Modified:
    branches/aicom-network-fixes/drivers/network/ndis/ndis/protocol.c

Modified: branches/aicom-network-fixes/drivers/network/ndis/ndis/protocol.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-fixes/drivers/network/ndis/ndis/protocol.c?rev=35889&r1=35888&r2=35889&view=diff
==============================================================================
--- branches/aicom-network-fixes/drivers/network/ndis/ndis/protocol.c [iso-8859-1] (original)
+++ branches/aicom-network-fixes/drivers/network/ndis/ndis/protocol.c [iso-8859-1] Tue Sep  2 20:38:42 2008
@@ -674,6 +674,8 @@
 
   NDIS_DbgPrint(MAX_TRACE, ("Called.\n"));
 
+  *NdisProtocolHandle = NULL;
+
   /* first validate the PROTOCOL_CHARACTERISTICS */
   switch (ProtocolCharacteristics->MajorNdisVersion)
     {



More information about the Ros-diffs mailing list