mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-15 20:22:47 +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 (!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