]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Properly Initialize code
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 2 Feb 2017 00:49:48 +0000 (19:49 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 2 Feb 2017 00:49:48 +0000 (19:49 -0500)
commit3d217741c3cc441a9ffb3d2f903c4fb34292638f
treeb60cc2ac51871fe1f3343e0502df6b7feeb29b79
parent907ca8e4d50b03357654831590fa90a01f63d042
lib: Properly Initialize code

was_stdio was never set up with a 'correct'
initial value, leading to cases where
we would choose what to do based upon
what was in the stack.

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