diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-02-07 15:48:46 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-02-07 15:48:46 +0100 |
| commit | fa02c492fad6fb668897a5d5a8115af5ca3bb5e7 (patch) | |
| tree | 5a58e7280f0187509d4a9fecb4e5b41237b904a1 /lib/vty.c | |
| parent | 22e9f17c7f93f0fbc0964eb923c165e4b484c9ed (diff) | |
| parent | 540263204c64431399662556c9f40aaccf73aba0 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
