0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 07:31:54 +00:00

fixup! An unexpected NULL pilgrim

This commit is contained in:
Vojtech Vilimek 2023-10-19 16:03:22 +02:00
parent 728e968ba7
commit f2f9810b86

View File

@ -366,7 +366,6 @@ snmp_start(struct proto *P)
HASH_INSERT(p->context_hash, SNMP_H_CONTEXT, defaultc); HASH_INSERT(p->context_hash, SNMP_H_CONTEXT, defaultc);
p->context_id_map[0] = defaultc; p->context_id_map[0] = defaultc;
p->bgp_trie = NULL;
struct snmp_bond *b; struct snmp_bond *b;
WALK_LIST(b, cf->bgp_entries) WALK_LIST(b, cf->bgp_entries)