aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-22 22:27:39 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-22 22:27:39 +0100
commitc3f0aeee30bcf6eb9aa40794d665bb5fd93c8ed9 (patch)
treeac5e0cc3ded8c0ebe10288e6c877ec37b8ab3688 /openbsc
parent2413efa47be122e1e7183f3531c4a6cd636af43f (diff)
mid-call: Do not lose the first word of the message
Diffstat (limited to 'openbsc')
-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 968b1b7e2..f2b77ffbe 100644
--- a/openbsc/src/vty_interface.c
+++ b/openbsc/src/vty_interface.c
@@ -1454,7 +1454,7 @@ DEFUN(cfg_net_mid_call_text,
"mid-call-text .TEXT",
"Set the USSD notifcation to be send.\n" "Text to be sent\n")
{
- char *data = argv_concat(argv, argc, 1);
+ char *data = argv_concat(argv, argc, 0);
if (!data)
return CMD_WARNING;