projects
/
platform
/
core
/
uifw
/
voice-control.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea44357
)
Fixed service state compare code.
03/190903/4
accepted/tizen/unified/20181010.061738
submit/tizen/20181008.142619
author
sungrae jo
<seongrae.jo@samsung.com>
Mon, 8 Oct 2018 12:02:41 +0000
(21:02 +0900)
committer
sungrae jo
<seongrae.jo@samsung.com>
Mon, 8 Oct 2018 12:30:34 +0000
(12:30 +0000)
Change-Id: Ibf2650c502b121a7dd2d581dbf823d4a3a405c50
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
client/vc_mgr.c
patch
|
blob
|
history
diff --git
a/client/vc_mgr.c
b/client/vc_mgr.c
index 39e46e97ad85f5d2ebefc26f20f2da1d3b8a5b84..516db90ebae82995d91f6ff6424504a5863905e3 100644
(file)
--- a/
client/vc_mgr.c
+++ b/
client/vc_mgr.c
@@
-2919,7
+2919,7
@@
int __vc_mgr_cb_error(int reason, int daemon_pid, char* msg)
vc_service_state_e service_state = -1;
vc_mgr_client_get_service_state(g_vc_m, &service_state);
- if (
service_state != VC_SERVICE_STATE_UPDATING
) {
+ if (
VC_SERVICE_STATE_UPDATING == service_state
) {
SLOG(LOG_INFO, TAG_VCM, "[INFO] VC daemon is terminated by update manager");
return 0;
}