- Initially set NdisProtocolHandle to NULL

svn path=/branches/aicom-network-fixes/; revision=35889
This commit is contained in:
Cameron Gutman 2008-09-02 18:38:42 +00:00
parent 87315e4ac4
commit 26b1ba0f02

View file

@ -674,6 +674,8 @@ NdisRegisterProtocol(
NDIS_DbgPrint(MAX_TRACE, ("Called.\n"));
*NdisProtocolHandle = NULL;
/* first validate the PROTOCOL_CHARACTERISTICS */
switch (ProtocolCharacteristics->MajorNdisVersion)
{