mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 11:18:43 +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 (!has_tlv)
|
||||||
if (ep)
|
|
||||||
eigrp_packet_free(ep);
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
if ((ei->params.auth_type == EIGRP_AUTH_TYPE_MD5)
|
if ((ei->params.auth_type == EIGRP_AUTH_TYPE_MD5)
|
||||||
&& ei->params.auth_keychain != NULL)
|
&& ei->params.auth_keychain != NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user