diff options
Diffstat (limited to 'eigrpd/eigrp_reply.c')
| -rw-r--r-- | eigrpd/eigrp_reply.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eigrpd/eigrp_reply.c b/eigrpd/eigrp_reply.c index 4e909283d6..7015413f56 100644 --- a/eigrpd/eigrp_reply.c +++ b/eigrpd/eigrp_reply.c @@ -242,8 +242,7 @@ void eigrp_reply_receive(struct eigrp *eigrp, struct ip *iph, msg.data.ipv4_int_type = tlv; msg.entry = entry; msg.prefix = dest; - int event = eigrp_get_fsm_event(&msg); - eigrp_fsm_event(&msg, event); + eigrp_fsm_event(&msg); eigrp_IPv4_InternalTLV_free(tlv); |
