mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 08:21:38 +00:00
[TCPIP]
- Fix a potential double-completion of an IRP svn path=/trunk/; revision=54331
This commit is contained in:
parent
703b182d8f
commit
c13946eae2
1 changed files with 3 additions and 6 deletions
|
@ -1516,14 +1516,11 @@ NTSTATUS DispTdiSetInformationEx(
|
|||
return Irp->IoStatus.Status;
|
||||
}
|
||||
|
||||
Status = DispPrepareIrpForCancel(TranContext, Irp, NULL);
|
||||
if (NT_SUCCESS(Status)) {
|
||||
Request.RequestNotifyObject = DispDataRequestComplete;
|
||||
Request.RequestContext = Irp;
|
||||
Request.RequestNotifyObject = NULL;
|
||||
Request.RequestContext = NULL;
|
||||
|
||||
Status = InfoTdiSetInformationEx(&Request, &Info->ID,
|
||||
Status = InfoTdiSetInformationEx(&Request, &Info->ID,
|
||||
&Info->Buffer, Info->BufferSize);
|
||||
}
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue