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:
038ead6
)
Add uri path to Representation
36/62036/1
author
youngman
<yman.jung@samsung.com>
Mon, 14 Mar 2016 04:34:23 +0000
(13:34 +0900)
committer
youngman
<yman.jung@samsung.com>
Mon, 14 Mar 2016 04:34:23 +0000
(13:34 +0900)
Change-Id: I4373c204d7504ecffb034645194fbe938effb9a1
Signed-off-by: youngman <yman.jung@samsung.com>
lib/icl-ioty-types.c
patch
|
blob
|
history
diff --git
a/lib/icl-ioty-types.c
b/lib/icl-ioty-types.c
index f231600a29af06f584b16410042a3db59d898e85..49eed2d7efc24ee3fcd41e8def538b9b9cae40ba 100644
(file)
--- a/
lib/icl-ioty-types.c
+++ b/
lib/icl-ioty-types.c
@@
-622,6
+622,10
@@
int icl_ioty_parse_oic_rep_payload(OCRepPayload *payload, bool is_parent,
return ret;
}
+ /* uri path */
+ if (payload->uri)
+ repr->uri_path = strdup(payload->uri);
+
/* resource types */
if (payload->types) {
node = payload->types;