forked from KolibriOS/kolibrios
[KERNEL] Change fragmented packet log
git-svn-id: svn://kolibrios.org@9815 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
607e199769
commit
7218749f8a
@ -564,7 +564,7 @@ ipv4_input:
|
||||
|
||||
; FIXME: Remove this block once allocated network buffers handling is implemented.
|
||||
if 1
|
||||
DEBUGF DEBUG_NETWORK_ERROR, "IPv4_input: fragmented packet of size %d is dropped\n", ecx
|
||||
DEBUGF DEBUG_NETWORK_ERROR, "IPv4_input: fragmented packet is dropped\n", ecx
|
||||
call kernel_free ; Ptr to buffer is on the stack already
|
||||
inc [IPv4_packets_dumped + edi]
|
||||
ret
|
||||
|
Loading…
Reference in New Issue
Block a user