aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty_interface.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-11-17 06:12:16 +0100
committerHarald Welte <laforge@gnumonks.org>2009-11-17 06:12:16 +0100
commit986c3d76db7795e565d0a7be5402d4bfe5e1ba93 (patch)
tree860b61b067d003268dc68d4734284ac19b11d0b5 /openbsc/src/vty_interface.c
parentd8cfc90e22e0645bda0c5f581c68181c3be9079b (diff)
fix some more compiler warnings
Diffstat (limited to 'openbsc/src/vty_interface.c')
-rw-r--r--openbsc/src/vty_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/vty_interface.c b/openbsc/src/vty_interface.c
index 9aa970696..894146b6f 100644
--- a/openbsc/src/vty_interface.c
+++ b/openbsc/src/vty_interface.c
@@ -620,7 +620,7 @@ DEFUN(show_e1ts,
"show e1_timeslot [line_nr] [ts_nr]",
SHOW_STR "Display information about a E1 timeslot\n")
{
- struct e1inp_line *line;
+ struct e1inp_line *line = NULL;
struct e1inp_ts *ts;
int ts_nr;