diff options
Diffstat (limited to 'net/ipv4/route.c')
| -rw-r--r-- | net/ipv4/route.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 2d4ae469b471..6a2155b02602 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
| @@ -1798,6 +1798,7 @@ local_input: | |||
| 1798 | no_route: | 1798 | no_route: |
| 1799 | RT_CACHE_STAT_INC(in_no_route); | 1799 | RT_CACHE_STAT_INC(in_no_route); |
| 1800 | res.type = RTN_UNREACHABLE; | 1800 | res.type = RTN_UNREACHABLE; |
| 1801 | res.fi = NULL; | ||
| 1801 | goto local_input; | 1802 | goto local_input; |
| 1802 | 1803 | ||
| 1803 | /* | 1804 | /* |
