diff options
-rw-r--r-- | plugins/option/mm-broadband-modem-hso.c | 2 |
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) { |