diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/calypsomodem/voicecall.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/calypsomodem/voicecall.c b/drivers/calypsomodem/voicecall.c index f87e480f..837ff694 100644 --- a/drivers/calypsomodem/voicecall.c +++ b/drivers/calypsomodem/voicecall.c @@ -327,6 +327,8 @@ static void cpi_notify(GAtResult *result, gpointer user_data) g_at_chat_send(vd->chat, "AT%N0187", none_prefix, NULL, NULL, NULL); + memset(&call, 0, sizeof(call)); + switch (msgtype) { case 0: /* Set call status to incoming */ |