]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: fix autocompletion API misuse
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 20 May 2017 14:50:52 +0000 (16:50 +0200)
committerQuentin Young <qlyoung@users.noreply.github.com>
Mon, 22 May 2017 00:37:34 +0000 (20:37 -0400)
commit1d6664e090f883a4971a548f6c7cf07896238309
treed28f145007fdd94203f953488f70e7371388ede4
parent55780a7b599f97ba1d19c3fc7c0fff905f83ecb4
vtysh: fix autocompletion API misuse

I forgot to update this call when I changed
cmd_variable_handler_register to take an array...

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