Skip to content

Commit a9be632

Browse files
committed
UniRec output: fixed internal lbf function
1 parent e15a3d9 commit a9be632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extra_plugins/output/unirec/src/translator.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,6 +1437,7 @@ translator_table_fill_internal(translator_t *trans, const struct map_rec *map_re
14371437
trans_rec->ipfix.id = 10; // iana:ingressInterface
14381438
trans_rec->ipfix.type = FDS_ET_UNSIGNED_32;
14391439
trans_rec->ipfix.sem = FDS_ES_IDENTIFIER;
1440+
trans_rec->ipfix.next = NULL;
14401441
trans_rec->func = translate_internal_dbf;
14411442
IPX_CTX_DEBUG(trans->ctx, "Added conversion from internal 'dir_bit_field' to UniRec '%s'",
14421443
map_rec->unirec.name);

0 commit comments

Comments
 (0)