mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:51:49 +00:00
- MmMapLockedPages takes KPROCESSOR_MODE not LOCK_OPERATION as the second parameter
svn path=/branches/aicom-network-fixes/; revision=35453
This commit is contained in:
parent
1c3484cdd1
commit
ea2d464b14
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ AfdGetSockOrPeerName( PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
|||
if( NT_SUCCESS(Status) ) {
|
||||
TransAddr =
|
||||
(PTRANSPORT_ADDRESS)MmMapLockedPages
|
||||
( Mdl, IoModifyAccess );
|
||||
( Mdl, Irp->RequestorMode );
|
||||
}
|
||||
|
||||
if( TransAddr )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue