diff options
| -rw-r--r-- | lib/vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2227,7 +2227,7 @@ void vty_close (struct vty *vty) { int i; - bool was_stdio; + bool was_stdio = false; /* Cancel threads.*/ if (vty->t_read) |
![]() |
index : matthieu/frr.git | |
| Unnamed repository; edit this file 'description' to name the repository. | Forgejo (Beyond coding. We forge.) |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | lib/vty.c | 2 |
@@ -2227,7 +2227,7 @@ void vty_close (struct vty *vty) { int i; - bool was_stdio; + bool was_stdio = false; /* Cancel threads.*/ if (vty->t_read) |