]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix function indirection when none is needed
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 24 Feb 2016 20:05:46 +0000 (15:05 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 24 Feb 2016 20:05:46 +0000 (15:05 -0500)
commita7ee645d23fe14b4cc3a7675965418fb56b430a3
treec0efb7901b874388785cc5247f3c7835b039b175
parent33983476f7669de319405043289be570087c9385
bgpd: Fix function indirection when none is needed

bgp_update_main was only called by bgp_update.
bgp_update only called bgp_update_main.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reivewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
bgpd/bgp_route.c