mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
test/unit: Fix test_ip4_frag
Reset linkoutput_byte_ctr for this test case.
This commit is contained in:
parent
73fcf72792
commit
80cfb002f9
@ -147,6 +147,7 @@ START_TEST(test_ip4_frag)
|
||||
LWIP_UNUSED_ARG(_i);
|
||||
|
||||
linkoutput_ctr = 0;
|
||||
linkoutput_byte_ctr = 0;
|
||||
|
||||
/* Verify that 8000 byte payload is split into six packets */
|
||||
fail_unless(data != NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user