diff options
-rw-r--r-- | drivers/hfpmodem/voicecall.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/hfpmodem/voicecall.c b/drivers/hfpmodem/voicecall.c index 1fa0eec0..f83f26ab 100644 --- a/drivers/hfpmodem/voicecall.c +++ b/drivers/hfpmodem/voicecall.c @@ -373,10 +373,6 @@ static void hfp_dial(struct ofono_voicecall *vc, else snprintf(buf, sizeof(buf), "ATD%s", ph->number); - if ((clir != OFONO_CLIR_OPTION_DEFAULT) || - (cug != OFONO_CUG_OPTION_DEFAULT)) - goto error; - strcat(buf, ";"); if (g_at_chat_send(vd->chat, buf, none_prefix, |