]> git.proxmox.com Git - mirror_frr.git/commit - eigrpd/eigrp_filter.c
eigrpd: fix clang warning
authorVincent JARDIN <vincent.jardin@6wind.com>
Sun, 8 Oct 2017 22:12:01 +0000 (00:12 +0200)
committerVincent JARDIN <vincent.jardin@6wind.com>
Sun, 8 Oct 2017 22:12:01 +0000 (00:12 +0200)
commit85bbc95dc3f3fafde75277dea079b9c87c227881
tree3193f0bb83acc44942bc6db6ec307502cd62153e
parent6c86ed54c2f8774ba379b0c1dc328bd1c5addefb
eigrpd: fix clang warning

ei shall never be NULL once we do the lookup. If it is NULL
bad things could happen.
For instance ei->t_distribute may not be a valid reference.

Signed-off-by: Vincent Jardin <vincent.jardin@6wind.com>
eigrpd/eigrp_filter.c