summaryrefslogtreecommitdiff
path: root/src/inet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inet.c')
-rwxr-xr-xsrc/inet.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inet.c b/src/inet.c
index fcffab8c..45408cec 100755
--- a/src/inet.c
+++ b/src/inet.c
@@ -1546,6 +1546,9 @@ static int ndisc_send_unspec(int type, int oif, const struct in6_addr *dest,
msgh.msg_controllen = cmsg->cmsg_len;
ret = sendmsg(fd, &msgh, 0);
+#if defined TIZEN_EXT
+ DBG("sendmsg errno: %d/%s", errno, strerror(errno));
+#endif
close(fd);
return ret;