projects
/
platform
/
core
/
api
/
multi-device-group.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beea985
)
Apply missing return
author
saerome.kim
<saerome.kim@samsung.com>
Thu, 4 Jan 2018 07:52:16 +0000
(16:52 +0900)
committer
saerome.kim
<saerome.kim@samsung.com>
Mon, 2 Jul 2018 10:38:38 +0000
(19:38 +0900)
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
src/d2d-subowner/d2ds-subowner.c
patch
|
blob
|
history
diff --git
a/src/d2d-subowner/d2ds-subowner.c
b/src/d2d-subowner/d2ds-subowner.c
index 421d39c47718b4ad66fa97e7ae72bfc7e9ba6cc0..31c03d2f20d0da6c33b29fee8e58e5da9eedb526 100644
(file)
--- a/
src/d2d-subowner/d2ds-subowner.c
+++ b/
src/d2d-subowner/d2ds-subowner.c
@@
-460,7
+460,7
@@
static int _init_provision_client(void)
ret = OCConfigSelfOwnership();
if (OC_STACK_OK != ret ) {
D2DS_LOGE( "OCConfigSelfOwnership() error = [%d][%s]", ret, _error_to_string(ret));
-
//
return ret;
+ return ret;
}
ret = OCInitPM(data_dir);