mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08:00
[KMTESTS:TCPIP] Add an "Associate address IRP completed" trace
This commit is contained in:
committed by
Pierre Schweitzer
parent
302144c5ac
commit
043faab089
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user