aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty/vty.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-16 19:26:51 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-16 19:26:51 +0200
commit08e2bfa920dacc04a3e45d0f34f85a1d8f06cb91 (patch)
treedb001ccd1e3defa844bbb377bb367abd5bd77121 /openbsc/src/vty/vty.c
parent1353f961ef285c23776199419989f5b5039565a1 (diff)
VTY: remove accidentially enabled TELNET option debugging
Diffstat (limited to 'openbsc/src/vty/vty.c')
-rw-r--r--openbsc/src/vty/vty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/vty/vty.c b/openbsc/src/vty/vty.c
index e5b5b48f0..821c08c5d 100644
--- a/openbsc/src/vty/vty.c
+++ b/openbsc/src/vty/vty.c
@@ -469,7 +469,6 @@ static void vty_hist_add(struct vty *vty)
vty->hp = vty->hindex;
}
-#define TELNET_OPTION_DEBUG
/* Get telnet window size. */
static int
vty_telnet_option (struct vty *vty, unsigned char *buf, int nbytes)