Skip to content

Commit

Permalink
Added missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-odintsov committed Dec 13, 2024
1 parent d3d45da commit f8a2925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netflow_plugin/ipfix_collector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ bool ipfix_record_to_flow(uint32_t record_type, uint32_t record_length, const ui
}

break;
}
case IPFIX_FLOW_DIRECTION:
// It should be 1 byte value
if (record_length == 1) {
Expand Down

0 comments on commit f8a2925

Please sign in to comment.