mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:52:56 +00:00
- Initially set NdisProtocolHandle to NULL
svn path=/branches/aicom-network-fixes/; revision=35889
This commit is contained in:
parent
87315e4ac4
commit
26b1ba0f02
1 changed files with 2 additions and 0 deletions
|
@ -674,6 +674,8 @@ NdisRegisterProtocol(
|
||||||
|
|
||||||
NDIS_DbgPrint(MAX_TRACE, ("Called.\n"));
|
NDIS_DbgPrint(MAX_TRACE, ("Called.\n"));
|
||||||
|
|
||||||
|
*NdisProtocolHandle = NULL;
|
||||||
|
|
||||||
/* first validate the PROTOCOL_CHARACTERISTICS */
|
/* first validate the PROTOCOL_CHARACTERISTICS */
|
||||||
switch (ProtocolCharacteristics->MajorNdisVersion)
|
switch (ProtocolCharacteristics->MajorNdisVersion)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue