mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:13:01 +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"));
|
||||
|
||||
*NdisProtocolHandle = NULL;
|
||||
|
||||
/* first validate the PROTOCOL_CHARACTERISTICS */
|
||||
switch (ProtocolCharacteristics->MajorNdisVersion)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue