---
drivers/cdmamodem/connman.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/drivers/cdmamodem/connman.c b/drivers/cdmamodem/connman.c
index 0df93eb..7d77387 100644
--- a/drivers/cdmamodem/connman.c
+++ b/drivers/cdmamodem/connman.c
@@ -188,7 +188,6 @@ static void cdma_connman_activate(struct ofono_cdma_connman *cm,
void *data)
{
struct connman_data *cd = ofono_cdma_connman_get_data(cm);
- char buf[64];
DBG("");
@@ -199,9 +198,7 @@ static void cdma_connman_activate(struct ofono_cdma_connman *cm,
cd->state = STATE_ENABLING;
- sprintf(buf, "ATD#777");
-
- if (g_at_chat_send(cd->chat, buf, none_prefix,
+ if (g_at_chat_send(cd->chat, "ATD#777", none_prefix,
atd_cb, cm, NULL) > 0)
return;
--
1.7.4.1
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number: 302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
Show replies by date
Hi Bertrand,
drivers/cdmamodem/connman.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
patch has been applied. Thanks.
Regards
Marcel