mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 07:41:48 +00:00
[KMTESTS:TCPIP] Add an "Associate address IRP completed" trace
This commit is contained in:
parent
302144c5ac
commit
043faab089
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ TestTcpConnect(void)
|
||||||
FALSE,
|
FALSE,
|
||||||
NULL);
|
NULL);
|
||||||
Status = Irp->IoStatus.Status;
|
Status = Irp->IoStatus.Status;
|
||||||
|
trace("Associate address IRP completed.\n");
|
||||||
}
|
}
|
||||||
ok_eq_hex(Status, STATUS_SUCCESS);
|
ok_eq_hex(Status, STATUS_SUCCESS);
|
||||||
IoFreeIrp(Irp);
|
IoFreeIrp(Irp);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue