diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/voicecall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/voicecall.c b/src/voicecall.c index d46f463c..2ab67ac3 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") |