mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:32:56 +00:00
fixed the 8-ping limit
svn path=/trunk/; revision=6496
This commit is contained in:
parent
fa46e0b6c4
commit
24f99a1f1c
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ MiniIndicateData(
|
||||||
NDIS_DbgPrint(DEBUG_MINIPORT, ("WARNING: No upper protocol layer.\n"));
|
NDIS_DbgPrint(DEBUG_MINIPORT, ("WARNING: No upper protocol layer.\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
while (CurrentEntry != &Adapter->ProtocolListHead)
|
while (CurrentEntry->Flink != &Adapter->ProtocolListHead)
|
||||||
{
|
{
|
||||||
AdapterBinding = CONTAINING_RECORD(CurrentEntry, ADAPTER_BINDING, AdapterListEntry);
|
AdapterBinding = CONTAINING_RECORD(CurrentEntry, ADAPTER_BINDING, AdapterListEntry);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue