broadband-bearer,icera: fix CID matching for unsolicited IPDPACT responses

This commit is contained in:
Ben Chan
2012-08-19 23:26:14 -07:00
committed by Aleksander Morgado
parent 2b5fb682c6
commit 7b13b5e1c0
2 changed files with 6 additions and 3 deletions

View File

@@ -280,7 +280,7 @@ ipdpact_received (MMAtSerialPort *port,
return;
/* Setup context */
ctx.cid = 0;
ctx.cid = cid;
ctx.status = MM_BROADBAND_BEARER_ICERA_CONNECTION_STATUS_UNKNOWN;
switch (status) {