aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
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 11:33:34 +0800
commit2aa7f109391bdc18dbf703494b7161f50b039518 (patch)
tree93096ed67759921c7ceaced67a7279fd6f38679b /openbsc
parent37ba5b3e356d7ad15a61dcc41206f9a944ebc82f (diff)
[vty] Remove FIXME as it appears to do the right thing.
Diffstat (limited to 'openbsc')
-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. */