0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00

fixup! SNMP: Fix state machine transitions

This commit is contained in:
Vojtech Vilimek 2024-08-13 17:58:16 +02:00
parent 1849d28e49
commit 95c484674e

View File

@ -1009,7 +1009,6 @@ snmp_get_pdu(struct snmp_proto *p, struct snmp_pdu *c, struct mib_walk_state *wa
enum snmp_search_res res;
res = snmp_walk_fill(leaf, walk, c);
// TODO is this really necessary?
if (res != SNMP_SEARCH_OK)
c->sr_vb_start->type = snmp_search_res_to_type(res);
}