Open Source Telephony
 help / color / mirror / Atom feed
From: =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau <frederic.dalleau@linux.intel.com>
To: ofono@ofono.org
Subject: [PATCH] voicecall: fix CHLD support reply
Date: Tue, 17 May 2011 16:32:39 +0200	[thread overview]
Message-ID: <1305642759-27432-1-git-send-email-frederic.dalleau@linux.intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 626 bytes --]

---
 +CHLD=(...) syntax is incorrect. Instead, use +CHLD: (...).

 src/voicecall.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/voicecall.c b/src/voicecall.c
index d46f463..2ab67ac 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -2838,8 +2838,8 @@ static void emulator_chld_cb(struct ofono_emulator *em,
 		goto fail;
 
 	case OFONO_EMULATOR_REQUEST_TYPE_SUPPORT:
-		memcpy(buf, "+CHLD=(", 7);
-		info = buf + 7;
+		memcpy(buf, "+CHLD: (", 8);
+		info = buf + 8;
 
 		ADD_CHLD_SUPPORT(vc->driver->release_all_held &&
 					vc->driver->set_udub, "0")
-- 
1.7.1


             reply	other threads:[~2011-05-17 14:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-17 14:32 =?unknown-8bit?q?Fr=C3=A9d=C3=A9ric?= Dalleau [this message]
2011-05-17  4:38 ` [PATCH] voicecall: fix CHLD support reply Denis Kenzior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1305642759-27432-1-git-send-email-frederic.dalleau@linux.intel.com \
    --to=frederic.dalleau@linux.intel.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox