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:
810a0f2
)
Check return values (2)
10/279910/1
author
Cheoleun Moon
<chleun.moon@samsung.com>
Tue, 24 Aug 2021 10:49:46 +0000
(19:49 +0900)
committer
Anjali Nijhara
<a.nijhara@samsung.com>
Thu, 18 Aug 2022 05:49:23 +0000
(11:19 +0530)
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);