]> git.puffer.fish Git - mirror/frr.git/commit
*: fix CLI copypasta mixups
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 29 Nov 2016 12:59:25 +0000 (13:59 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 29 Nov 2016 13:15:05 +0000 (14:15 +0100)
commit030204c7b0631fd77b5a62498a59417c61f64bf3
tree4001fbf2e96e8291fe89cae5d769017a22905a36
parentef736f12bab519bb0aa4e8e0d55af0d14f0e163f
*: fix CLI copypasta mixups

Nice clang catch:  ospfd/ospf_vty.c:6710:1: error: all paths through
this function will call itself [-Werror,-Winfinite-recursion]

(same in vtysh/vtysh.c)

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
ospfd/ospf_vty.c
vtysh/vtysh.c