Fix release specific not reporting proper reason

The proper disconnect reason was not being reported in the at modem
voicecall plugin
This commit is contained in:
Denis Kenzior 2009-08-19 18:07:33 -05:00
parent 3f76bbf782
commit e8e6d519fe
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ static void release_id_cb(gboolean ok, GAtResult *result,
decode_at_error(&error, g_at_result_final_response(result));
if (ok)
vd->local_release = req->id;
vd->local_release = 0x1 << req->id;
g_at_chat_send(vd->chat, "AT+CLCC", clcc_prefix,
clcc_poll_cb, req->vc, NULL);