forked from KolibriOS/kolibrios
Fixed typo in ICMP. (Wrong stats were updated)
git-svn-id: svn://kolibrios.org@4335 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
72c96117d0
commit
6680b2725e
@ -230,7 +230,7 @@ ICMP_input:
|
|||||||
test eax, eax
|
test eax, eax
|
||||||
jnz @f
|
jnz @f
|
||||||
call NET_ptr_to_num4
|
call NET_ptr_to_num4
|
||||||
inc [UDP_PACKETS_TX + edi]
|
inc [ICMP_PACKETS_TX + edi]
|
||||||
@@:
|
@@:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user