| From 82c6accf7fcebd2ddf426e9875fd165f0a23658c Mon Sep 17 00:00:00 2001 |
| From: ZY Zheng <zy.zheng@mediatek.com> |
| Date: Fri, 28 Jul 2017 09:26:45 +0800 |
| Subject: [PATCH 12/14] connman: set timeout to DBUS_TIMEOUT_INFINITE |
| |
| set timeout to DBUS_TIMEOUT_INFINITE |
| Test: test ok on 2635 |
| |
| Change-Id: I5ec5e2d156ed0a29496237558e5c14738ff2fa87 |
| Signed-off-by: ZY Zheng <zy.zheng@mediatek.com> |
| CR-Id: AUTO00006184 |
| --- |
| plugins/telephony.c | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/plugins/telephony.c b/plugins/telephony.c |
| index a1a3d7c..ea1ce56 100644 |
| --- a/plugins/telephony.c |
| +++ b/plugins/telephony.c |
| @@ -916,7 +916,7 @@ static void send_method_call(DBusConnection * connection, enum DBusType dbusType |
| } |
| |
| DBG("methodType4"); |
| - if(!dbus_connection_send_with_reply (connection, msg, &modem->call_setup_data_call, TIMEOUT)){ |
| + if(!dbus_connection_send_with_reply (connection, msg, &modem->call_setup_data_call, DBUS_TIMEOUT_INFINITE)){ |
| DBG("dbus_connection_send_with_reply Out of Memory!"); |
| } |
| |
| -- |
| 1.9.1 |
| |