projects
/
platform
/
core
/
api
/
wifi-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53250ec
)
wifi-manager: Reduce dbus timeout to 10secs for synchronous dbus calls
32/165332/3
accepted/tizen/4.0/unified/20180102.065605
submit/tizen_4.0/20171229.034135
author
Saurav Babu
<saurav.babu@samsung.com>
Thu, 28 Dec 2017 07:37:16 +0000
(13:07 +0530)
committer
Jaehyun Kim
<jeik01.kim@samsung.com>
Thu, 28 Dec 2017 09:32:52 +0000
(18:32 +0900)
Change-Id: I2fa542265b92e638ac52573b1b5d1ec2576ad0e9
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
src/network_dbus.c
patch
|
blob
|
history
diff --git
a/src/network_dbus.c
b/src/network_dbus.c
index 7db1db7dec1035039f0f7da14df154ded4753ab7..33ed4b06cbc6893026b98babdf4f64fe8e099c15 100755
(executable)
--- a/
src/network_dbus.c
+++ b/
src/network_dbus.c
@@
-22,6
+22,7
@@
#include "network_dbus.h"
#define DBUS_REPLY_TIMEOUT (120 * 1000)
+#define DBUS_REPLY_TIMEOUT_SYNC (10 * 1000)
#define WIFI_SECURITY_NONE "none"
#define WIFI_SECURITY_WEP "wep"
@@
-761,7
+762,7
@@
GVariant *_net_invoke_dbus_method(const char *dest, const char *path,
params,
NULL,
G_DBUS_CALL_FLAGS_NONE,
- DBUS_REPLY_TIMEOUT,
+ DBUS_REPLY_TIMEOUT
_SYNC
,
_net_dbus_get_gdbus_cancellable(),
&error);
if (reply == NULL) {