mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Send the correct handle_s_. tinus found this one.
svn path=/trunk/; revision=13478
This commit is contained in:
parent
9d11fdcdac
commit
a309fd9ca9
1 changed files with 1 additions and 1 deletions
|
@ -1933,7 +1933,7 @@ NdisMSetAttributes(
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
NDIS_DbgPrint(MAX_TRACE, ("Called.\n"));
|
NDIS_DbgPrint(MAX_TRACE, ("Called.\n"));
|
||||||
NdisMSetAttributesEx(MiniportAdapterContext, MiniportAdapterContext, 0,
|
NdisMSetAttributesEx(MiniportAdapterHandle, MiniportAdapterContext, 0,
|
||||||
BusMaster ? NDIS_ATTRIBUTE_BUS_MASTER : 0,
|
BusMaster ? NDIS_ATTRIBUTE_BUS_MASTER : 0,
|
||||||
AdapterType);
|
AdapterType);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue