]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: move attr display into checked block
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 11 Apr 2018 17:16:10 +0000 (13:16 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 13 Apr 2018 21:17:42 +0000 (17:17 -0400)
commit988258b4270733d1dcefd884256028f647c759e2
tree5fb04560f8ade3c87924cc480065cfdffb4d6ec2
parente0981960cdc9bf40d610267b0b743571db78ff35
bgpd: move attr display into checked block

Here we have a block conditional on the nullity of a pointer, followed
by a dereferennce of the same pointer. Move the deref into the
conditional block.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_route.c