summaryrefslogtreecommitdiff
path: root/libndp
diff options
context:
space:
mode:
Diffstat (limited to 'libndp')
-rw-r--r--libndp/libndp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libndp/libndp.c b/libndp/libndp.c
index 1b38907..20efe90 100644
--- a/libndp/libndp.c
+++ b/libndp/libndp.c
@@ -197,11 +197,6 @@ resend:
switch(errno) {
case EINTR:
goto resend;
- case ENETDOWN:
- case ENETUNREACH:
- case EADDRNOTAVAIL:
- case ENXIO:
- return 0;
default:
return -errno;
}