aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty/vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-30 11:33:08 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-30 13:29:33 +0800
commit22ca95cf9a8ebb5fc4ecafad162004730ad49b19 (patch)
treea2841e2aee2d9ee465f2727b8f38c357861f928f /openbsc/src/vty/vty.c
parent50f81b022f0675bc2ae93d2f7998fd15d602ae91 (diff)
[vty] Remove FIXME as it appears to do the right thing.
Diffstat (limited to 'openbsc/src/vty/vty.c')
-rw-r--r--openbsc/src/vty/vty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/src/vty/vty.c b/openbsc/src/vty/vty.c
index 0ac9530f5..66e7d05d8 100644
--- a/openbsc/src/vty/vty.c
+++ b/openbsc/src/vty/vty.c
@@ -170,8 +170,7 @@ void vty_close(struct vty *vty)
/* Check configure. */
vty_config_unlock(vty);
- /* FIXME: memory leak. We need to call telnet_close_client() but don't
- * have bfd */
+ /* VTY_CLOSED is handled by the telnet_interface */
vty_event(VTY_CLOSED, vty->fd, vty);
/* OK free vty. */