mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +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,
|
||||
NULL);
|
||||
Status = Irp->IoStatus.Status;
|
||||
trace("Associate address IRP completed.\n");
|
||||
}
|
||||
ok_eq_hex(Status, STATUS_SUCCESS);
|
||||
IoFreeIrp(Irp);
|
||||
|
|
Loading…
Reference in a new issue