projects
/
platform
/
core
/
convergence
/
service-adaptor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
486ff6b
)
removed build warning
90/105090/1
accepted/tizen_3.0.m2_mobile
tizen_3.0.m2
accepted/tizen/3.0.m2/mobile/20170104.125207
accepted/tizen/3.0/common/20161221.182213
accepted/tizen/3.0/mobile/20161221.104329
submit/tizen_3.0.m2/20170104.093750
submit/tizen_3.0/20161221.053737
author
Younho Park
<younho.park@samsung.com>
Thu, 15 Dec 2016 10:29:24 +0000
(19:29 +0900)
committer
Younho Park
<younho.park@samsung.com>
Thu, 15 Dec 2016 10:29:24 +0000
(19:29 +0900)
Change-Id: I4ed85fbd763ef3ac10a32cdc80cb1b8e8b1a938e
Signed-off-by: Younho Park <younho.park@samsung.com>
server/src/service-adaptor-message.c
patch
|
blob
|
history
diff --git
a/server/src/service-adaptor-message.c
b/server/src/service-adaptor-message.c
index 0de119b78f6d70a9890fa1f26eb55849f6d1f5fd..0554bc844973cba840c00b236cd395b4348cc0da 100644
(file)
--- a/
server/src/service-adaptor-message.c
+++ b/
server/src/service-adaptor-message.c
@@
-676,7
+676,6
@@
service_adaptor_internal_error_code_e service_adaptor_message_connection_create(
ret = SERVICE_ADAPTOR_ERROR_NONE;
int timeout_sec = 5; /* TODO It will be changed to meaningful value */
- int additional_timeout_sec = 2; /* TODO It will be changed to meaningful value */
ret = message_adaptor_channel_auth_request(plugin, message_context, req_id, timeout_sec, NULL, error, NULL);
if (SERVICE_ADAPTOR_ERROR_NONE != ret) {