From: Dongchul Lim Date: Tue, 19 Mar 2013 01:07:13 +0000 (+0900) Subject: Fix set plmn vconfkey by DCM-601 issue. X-Git-Tag: submit/tizen_2.1/20130424.233406~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f4fed7c7a7ec078b9c91f6de98ceb1d6b5e00c73;p=platform%2Fcore%2Ftelephony%2Ftel-plugin-atmodem.git Fix set plmn vconfkey by DCM-601 issue. --- diff --git a/packaging/tel-plugin-atmodem.spec b/packaging/tel-plugin-atmodem.spec index 93fa9ca..565979d 100644 --- a/packaging/tel-plugin-atmodem.spec +++ b/packaging/tel-plugin-atmodem.spec @@ -1,7 +1,7 @@ #sbs-git:slp/pkgs/t/tel-plugin-atmodem Name: tel-plugin-atmodem Summary: Telephony AT Modem library -Version: 0.1.36 +Version: 0.1.37 Release: 1 Group: System/Libraries License: Apache diff --git a/src/s_network.c b/src/s_network.c index 9a5d020..239a87e 100644 --- a/src/s_network.c +++ b/src/s_network.c @@ -551,7 +551,7 @@ static void on_response_get_serving_network(TcorePending *pending, int data_len, resp.act = act; resp.gsm.lac = current_lac; ur = tcore_pending_ref_user_request(pending); - if (ur) { + if (tcore_user_request_ref_communicator(ur)) { tcore_user_request_send_response(ur, TRESP_NETWORK_GET_SERVING_NETWORK, sizeof(struct tresp_network_get_serving_network), &resp); } else {