From f2f9810b861860c49f84ac843edab790eddc3b3a Mon Sep 17 00:00:00 2001 From: Vojtech Vilimek Date: Thu, 19 Oct 2023 16:03:22 +0200 Subject: [PATCH] fixup! An unexpected NULL pilgrim --- proto/snmp/snmp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/proto/snmp/snmp.c b/proto/snmp/snmp.c index ec552828..e0e5e59c 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)