mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 10:22:07 +00:00
Merge pull request #3117 from pacovn/Coverity_1460436_dead_code
eigrpd: dead code (Coverity 1460436)
This commit is contained in:
commit
11c98954c4
@ -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