Skip to content

Commit

Permalink
Adjusted configuration variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-odintsov committed Apr 24, 2022
1 parent bdf5131 commit bec1b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sflow_plugin/sflow_collector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ bool process_sflow_flow_sample(uint8_t* data_pointer,
parse_raw_ipv4_packet_to_simple_packet_full_ng(header_payload_pointer,
sflow_raw_protocol_header.frame_length_before_sampling,
sflow_raw_protocol_header.header_size, packet,
fastnetmon_global_configuration.sflow_read_packet_length_from_ip_header);
sflow_read_packet_length_from_ip_header);

if (result != network_data_stuctures::parser_code_t::success) {
sflow_parse_error_nested_header++;
Expand Down

0 comments on commit bec1b5f

Please sign in to comment.