projects
/
platform
/
core
/
api
/
nsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e5f7d
)
Check return values (2)
08/263008/1
accepted/tizen/unified/20210825.020133
submit/tizen/20210824.105149
author
Cheoleun Moon
<chleun.moon@samsung.com>
Tue, 24 Aug 2021 10:49:46 +0000
(19:49 +0900)
committer
Cheoleun Moon
<chleun.moon@samsung.com>
Tue, 24 Aug 2021 10:49:50 +0000
(19:49 +0900)
Change-Id: Ida6d1c9eb7210938fd882d4600ea05d929c20443
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
tests/dns-sd-test.c
patch
|
blob
|
history
diff --git
a/tests/dns-sd-test.c
b/tests/dns-sd-test.c
index c561e3baee5254c72cfb1867ada14ceef9721900..014eb0433a2a0b025a8b59340e9441242177d253 100644
(file)
--- a/
tests/dns-sd-test.c
+++ b/
tests/dns-sd-test.c
@@
-504,7
+504,7
@@
static void dnssd_browse_reply(dnssd_service_state_e service_state,
printf("Port : %d\n", port);
printf("TXT Record : ");
- dnssd_service_get_all_txt_record(remote_service, &txt_len,
+
rv =
dnssd_service_get_all_txt_record(remote_service, &txt_len,
(void *)&txt_record);
if (rv == DNSSD_ERROR_NONE)
show_txt_record(txt_len, txt_record);