]> git.proxmox.com Git - mirror_frr.git/commit
pimd: move variable declartion outside of switch
authorChirag Shah <chirag@cumulusnetworks.com>
Thu, 15 Jun 2017 19:20:59 +0000 (12:20 -0700)
committerChirag Shah <chirag@cumulusnetworks.com>
Thu, 15 Jun 2017 19:20:59 +0000 (12:20 -0700)
commit925574ba66762cabcffc81cee424aea4e5cb68d9
tree4c3d1a1a4c8dfa67de13d0ff26447796af727c1a
parentf43cd318b26a3dc57a0e6f40bcccdd5ce1886432
pimd: move variable declartion outside of switch

To Address ICC (intel CC) warning, moving variables
declaration out of switch statement.

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
pimd/pim_nht.c