Skip to content

Commit f8a2925

Browse files
Added missing }
1 parent d3d45da commit f8a2925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/netflow_plugin/ipfix_collector.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,7 @@ bool ipfix_record_to_flow(uint32_t record_type, uint32_t record_length, const ui
933933
}
934934

935935
break;
936+
}
936937
case IPFIX_FLOW_DIRECTION:
937938
// It should be 1 byte value
938939
if (record_length == 1) {

0 commit comments

Comments
 (0)