diff options
| -rw-r--r-- | net/ipv4/route.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 190199851c9a..eaa4b000c7b4 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c @@ -1798,8 +1798,6 @@ local_input:  no_route:  	RT_CACHE_STAT_INC(in_no_route);  	res.type = RTN_UNREACHABLE; -	if (err == -ESRCH) -		err = -ENETUNREACH;  	goto local_input;  	/*  | 
