projects
/
platform
/
core
/
iot
/
iotcon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d679b3
)
Set owned flag when after register
05/79605/2
author
sung.goo.kim
<sung.goo.kim@samsung.com>
Tue, 12 Jul 2016 04:21:16 +0000
(13:21 +0900)
committer
Youngjae Shin
<yj99.shin@samsung.com>
Tue, 12 Jul 2016 22:51:28 +0000
(15:51 -0700)
Change-Id: I2e599f46c350166aee9cbe7eef3a0976635cc288
lib/icl-provisioning-struct.c
patch
|
blob
|
history
diff --git
a/lib/icl-provisioning-struct.c
b/lib/icl-provisioning-struct.c
index 45d93dddb02574c19198396d8fd0b6bc81267661..26578862f26e0f8e276f2569094d9f705e6281ee 100644
(file)
--- a/
lib/icl-provisioning-struct.c
+++ b/
lib/icl-provisioning-struct.c
@@
-621,6
+621,8
@@
void icl_provisioning_devices_move_device(OicUuid_t *a,
current->next = owned_dev_list;
owned_devices->dev_list = current;
+ current->doxm->owned = true;
+
return;
}
}