]> git.puffer.fish Git - matthieu/frr.git/commit
lib: actually exit when asked to do so
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 21 Jun 2017 20:06:44 +0000 (20:06 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 21 Jun 2017 20:06:44 +0000 (20:06 +0000)
commite82a17c61b49e4bfa462bceac08ed7ae2a54e254
tree5c628c50fd51c04ab893440776b6fd529ad62f06
parent8ea37652c714edcd913d5dc02a0bfc5968fdc45e
lib: actually exit when asked to do so

When vtysh sends 'exit' to a daemon, we set the vty->status to
VTY_CLOSE but never actually close the connection. Lovely.

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