[KMTESTS:TCPIP] Add an "Associate address IRP completed" trace

This commit is contained in:
Serge Gautherie 2018-09-16 17:13:51 +02:00 committed by Pierre Schweitzer
parent 302144c5ac
commit 043faab089

View file

@ -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);