projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef6ab3
)
Fix wifi connection issue post invalid-key error occurs.
14/272314/2
accepted/tizen/unified/20220315.132317
submit/tizen/20220314.173759
author
Anjali Nijhara
<a.nijhara@samsung.com>
Mon, 14 Mar 2022 11:10:24 +0000
(16:40 +0530)
committer
Anjali Nijhara
<a.nijhara@samsung.com>
Mon, 14 Mar 2022 17:30:29 +0000
(23:00 +0530)
Change-Id: I7a9c7184502a3a74a8be6e92be7c08d41b878612
src/service.c
patch
|
blob
|
history
diff --git
a/src/service.c
b/src/service.c
index
411b617
..
794555e
100755
(executable)
--- a/
src/service.c
+++ b/
src/service.c
@@
-9377,7
+9377,9
@@
static int service_indicate_state(struct connman_service *service)
report_error_cb,
get_dbus_sender(service),
NULL);
+#if !defined TIZEN_EXT
goto notifier;
+#endif
}
service_complete(service);
break;
@@
-9444,7
+9446,9
@@
static int service_indicate_state(struct connman_service *service)
__connman_connection_update_gateway();
+#if !defined TIZEN_EXT
notifier:
+#endif
if ((old_state == CONNMAN_SERVICE_STATE_ONLINE &&
new_state != CONNMAN_SERVICE_STATE_READY) ||
(old_state == CONNMAN_SERVICE_STATE_READY &&