summaryrefslogtreecommitdiff
path: root/plugins/option
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-19 10:40:25 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-07-19 16:22:27 +0200
commitb43ee56d067fae90809776b388a1fa335f508796 (patch)
tree514016ff1dc2e5034c8387198f8a9b516cace17d /plugins/option
parente7715af875eb26517ae63e6e1db784b903da702e (diff)
hso: fix cid to report to
Diffstat (limited to 'plugins/option')
-rw-r--r--plugins/option/mm-broadband-modem-hso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/option/mm-broadband-modem-hso.c b/plugins/option/mm-broadband-modem-hso.c
index fa40eea6..55d17bbe 100644
--- a/plugins/option/mm-broadband-modem-hso.c
+++ b/plugins/option/mm-broadband-modem-hso.c
@@ -145,7 +145,7 @@ hso_connection_status_changed (MMAtSerialPort *port,
return;
/* Setup context */
- ctx.cid = 0;
+ ctx.cid = cid;
ctx.status = MM_BROADBAND_BEARER_HSO_CONNECTION_STATUS_UNKNOWN;
switch (status) {