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-26 00:06:58 +0100
commit414bc4a1f4256ffd36077109ac0946b798417ef9 (patch)
treefa6fbb904d5196924a87dc12da4ac8b241dbde5b /openbsc
parentcf6f71aa7feefbac0b745596028bbff9592a7a17 (diff)
mid-call: Do not lose the first word of the message
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/bsc/osmo_bsc_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bsc/osmo_bsc_vty.c b/openbsc/src/bsc/osmo_bsc_vty.c
index 804b4112a..018259439 100644
--- a/openbsc/src/bsc/osmo_bsc_vty.c
+++ b/openbsc/src/bsc/osmo_bsc_vty.c
@@ -253,7 +253,7 @@ DEFUN(cfg_net_msc_mid_call_text,
"Set the USSD notifcation to be send.\n" "Text to be sent\n")
{
struct osmo_msc_data *data = osmo_msc_data(vty);
- char *txt = argv_concat(argv, argc, 1);
+ char *txt = argv_concat(argv, argc, 0);
if (!txt)
return CMD_WARNING;