]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: fix clang warning
authorVincent JARDIN <vincent.jardin@6wind.com>
Sun, 8 Oct 2017 21:48:55 +0000 (23:48 +0200)
committerVincent JARDIN <vincent.jardin@6wind.com>
Sun, 8 Oct 2017 21:48:55 +0000 (23:48 +0200)
commit47402c0f919557490474cee598405854c65d4cf5
tree1a59f0ead4b9e65762f31eb77ea17ecc6a1f1f0a
parent792fa92ec13274d7bc05bebf9d9eef3ad2b2e0d1
vtysh: fix clang warning

cmd->line shall never be null for these sections.

Signed-off-by: Vincent Jardin <vincent.jardin@6wind.com>
vtysh/vtysh_main.c