]> git.proxmox.com Git - mirror_frr.git/commit
lib: Null-terminate tab completions char*[]
authorQuentin Young <qlyoung@cumulusnetworks.com>
Sun, 2 Oct 2016 03:27:58 +0000 (03:27 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Sun, 2 Oct 2016 03:27:58 +0000 (03:27 +0000)
commit51d41d759bcd02506ec562018faace777dcee352
tree0dcc7f0cc9fdb5cc7fd985dfe12c757c3515f5b3
parentc5bd4620b0a6f37ceb44e004eceda1a708585e5b
lib: Null-terminate tab completions char*[]

vtysh expects the result of a tab completion to
have a null pointer as the last element

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