summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-02-07 15:48:46 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-02-07 15:48:46 +0100
commitfa02c492fad6fb668897a5d5a8115af5ca3bb5e7 (patch)
tree5a58e7280f0187509d4a9fecb4e5b41237b904a1 /lib/vty.c
parent22e9f17c7f93f0fbc0964eb923c165e4b484c9ed (diff)
parent540263204c64431399662556c9f40aaccf73aba0 (diff)
Merge branch 'frr/pull/152' ("Lib fixes")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/vty.c')
-rw-r--r--lib/vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.c b/lib/vty.c
index b6f493b6c9..2660ca3251 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -2230,7 +2230,7 @@ void
vty_close (struct vty *vty)
{
int i;
- bool was_stdio;
+ bool was_stdio = false;
/* Cancel threads.*/
if (vty->t_read)