blob: 9f31856f0b960086248464367004272a67fe3076 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001From 82c6accf7fcebd2ddf426e9875fd165f0a23658c Mon Sep 17 00:00:00 2001
2From: ZY Zheng <zy.zheng@mediatek.com>
3Date: Fri, 28 Jul 2017 09:26:45 +0800
4Subject: [PATCH 12/14] connman: set timeout to DBUS_TIMEOUT_INFINITE
5
6set timeout to DBUS_TIMEOUT_INFINITE
7Test: test ok on 2635
8
9Change-Id: I5ec5e2d156ed0a29496237558e5c14738ff2fa87
10Signed-off-by: ZY Zheng <zy.zheng@mediatek.com>
11CR-Id: AUTO00006184
12---
13 plugins/telephony.c | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/plugins/telephony.c b/plugins/telephony.c
17index a1a3d7c..ea1ce56 100644
18--- a/plugins/telephony.c
19+++ b/plugins/telephony.c
20@@ -916,7 +916,7 @@ static void send_method_call(DBusConnection * connection, enum DBusType dbusType
21 }
22
23 DBG("methodType4");
24- if(!dbus_connection_send_with_reply (connection, msg, &modem->call_setup_data_call, TIMEOUT)){
25+ if(!dbus_connection_send_with_reply (connection, msg, &modem->call_setup_data_call, DBUS_TIMEOUT_INFINITE)){
26 DBG("dbus_connection_send_with_reply Out of Memory!");
27 }
28
29--
301.9.1
31