hso: fix cid to report to

This commit is contained in:
Aleksander Morgado
2012-07-19 10:40:25 +02:00
parent e7715af875
commit b43ee56d06

View File

@@ -145,7 +145,7 @@ hso_connection_status_changed (MMAtSerialPort *port,
return; return;
/* Setup context */ /* Setup context */
ctx.cid = 0; ctx.cid = cid;
ctx.status = MM_BROADBAND_BEARER_HSO_CONNECTION_STATUS_UNKNOWN; ctx.status = MM_BROADBAND_BEARER_HSO_CONNECTION_STATUS_UNKNOWN;
switch (status) { switch (status) {