iphlpapi/tests: Avoid sizeof in traces.

This commit is contained in:
Alexandre Julliard 2015-05-20 21:45:33 +09:00
parent fa8c384b3b
commit 0de1c331d6
1 changed files with 0 additions and 1 deletions

View File

@ -1044,7 +1044,6 @@ todo_wine
{
PICMP_ECHO_REPLY pong = (PICMP_ECHO_REPLY) replydata;
trace ("send addr : %s\n", ntoa(address));
trace ("send size : %u\n", sizeof(senddata));
trace ("reply addr : %s\n", ntoa(pong->Address));
trace ("reply size : %u\n", replysz);
trace ("roundtrip : %u ms\n", pong->RoundTripTime);