mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 13:22:02 +00:00
eigrpd: dead code (Coverity 1460436)
Signed-off-by: F. Aragon <paco@voltanet.io>
This commit is contained in:
parent
2268d8cfe7
commit
11b88ecf7e
@ -235,11 +235,8 @@ void eigrp_send_query(struct eigrp_interface *ei)
|
||||
}
|
||||
}
|
||||
|
||||
if (!has_tlv) {
|
||||
if (ep)
|
||||
eigrp_packet_free(ep);
|
||||
if (!has_tlv)
|
||||
return;
|
||||
}
|
||||
|
||||
if ((ei->params.auth_type == EIGRP_AUTH_TYPE_MD5)
|
||||
&& ei->params.auth_keychain != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user