]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: Remove warning about shadowing a variable
authorChristian Franke <chris@opensourcerouting.org>
Wed, 29 May 2019 12:43:24 +0000 (14:43 +0200)
committerChristian Franke <chris@opensourcerouting.org>
Wed, 29 May 2019 12:43:56 +0000 (14:43 +0200)
commit637b00caa8b128b7acf23ab2ae5f6dbbf40d2427
treeceda0c3ca3d90d9795f59229f8a04a84bf71faad
parent362e887852aef627c9880a46406e81b99c2be69b
isisd: Remove warning about shadowing a variable

There is no need to redefine `struct isis_lsp *lsp` inside of the
if condition. Let's just remove it.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
isisd/isis_vty_fabricd.c