]> git.proxmox.com Git - mirror_frr.git/commit - lib/vty.c
lib: Fix non-integrated config error display
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 Oct 2017 02:35:35 +0000 (22:35 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 Oct 2017 02:35:35 +0000 (22:35 -0400)
commitc539c3894472c76e0e22daabb8c57af3547a63a4
treed880693eb0fbd65da3f6041d175ba90fdf31158a
parent2a8263588225e0a90ac82a7aaa6a64004034ba97
lib: Fix non-integrated config error display

When using a non-integrated config and starting up
of a protocol daemon, we were not properly handling
all possible cases and as such when an user hit
an actual error they were getting (null) listed
for the message string.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/vty.c