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:
hidnplayr 2013-12-08 14:37:39 +00:00
parent 72c96117d0
commit 6680b2725e

View File

@ -230,7 +230,7 @@ ICMP_input:
test eax, eax
jnz @f
call NET_ptr_to_num4
inc [UDP_PACKETS_TX + edi]
inc [ICMP_PACKETS_TX + edi]
@@:
ret