From 5382517c25a21618585fd1c7614bab3a40b2cd1d Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Tue, 23 Aug 2016 13:11:44 +0900 Subject: [PATCH] kdbus:remove not necessary(dbuplicated) code - kdbus timeout Signed-off-by: INSUN PYO Change-Id: Ia5a027ed30ccda95c3fa034fc793a9d2d8023526 --- gio/gdbusconnection.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c index 93a32f9..be8b998 100755 --- a/gio/gdbusconnection.c +++ b/gio/gdbusconnection.c @@ -2971,9 +2971,6 @@ g_dbus_connection_send_message_with_reply_sync (GDBusConnection *connecti CONNECTION_LOCK (connection); - if (timeout_msec == -1) - timeout_msec = 25 * 1000; - if (out_serial == NULL) out_serial = &serial; else -- 2.7.4