diff options
Diffstat (limited to 'pfinet/linux-src/net/ipv4/route.c')
-rw-r--r-- | pfinet/linux-src/net/ipv4/route.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pfinet/linux-src/net/ipv4/route.c b/pfinet/linux-src/net/ipv4/route.c index 2b114b3e..f4e61b95 100644 --- a/pfinet/linux-src/net/ipv4/route.c +++ b/pfinet/linux-src/net/ipv4/route.c @@ -721,6 +721,8 @@ reject_redirect: "Path = %X -> %X, tos %02x\n", ntohl(old_gw), dev->name, ntohl(new_gw), ntohl(saddr), ntohl(daddr), tos); +#else + ; /* Do nothing. */ #endif } |