mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-15 13:34:32 +01:00
Fix typo
This commit is contained in:
parent
2b3d935eee
commit
467f5249a8
@ -1258,7 +1258,7 @@ void process_packet(simple_packet& current_packet) {
|
||||
__sync_fetch_and_add(¤t_element->icmp_in_packets, sampled_number_of_packets);
|
||||
__sync_fetch_and_add(¤t_element->icmp_in_bytes, sampled_number_of_bytes);
|
||||
|
||||
// no flow tarcking for icmp
|
||||
// no flow tracking for icmp
|
||||
} else {
|
||||
// TBD
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user