From: Vojtech Vilimek Date: Thu, 19 Oct 2023 14:03:22 +0000 (+0200) Subject: fixup! An unexpected NULL pilgrim X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2f9810b861860c49f84ac843edab790eddc3b3a;p=thirdparty%2Fbird.git fixup! An unexpected NULL pilgrim --- diff --git a/proto/snmp/snmp.c b/proto/snmp/snmp.c index ec5528284..e0e5e59c6 100644 --- a/proto/snmp/snmp.c +++ b/proto/snmp/snmp.c @@ -366,7 +366,6 @@ snmp_start(struct proto *P) HASH_INSERT(p->context_hash, SNMP_H_CONTEXT, defaultc); p->context_id_map[0] = defaultc; - p->bgp_trie = NULL; struct snmp_bond *b; WALK_LIST(b, cf->bgp_entries)