From 745bfcd314c21e6dfc2abd77bd6038690678d878 Mon Sep 17 00:00:00 2001 From: Jayachandran C Date: Thu, 27 Oct 2005 15:10:01 -0700 Subject: [PATCH] --- yaml --- r: 10747 b: refs/heads/master c: 9fcc2e8a752f7d3d889114221b67c459557823e9 h: refs/heads/master i: 10745: eb55b93d1680fa2cb153757433c092a1aecd129b 10743: 0178b5ec72b64bac3e6e82f48d33489b47fc6e01 v: v3 --- [refs] | 2 +- trunk/net/ipv4/fib_frontend.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5f82affb1623..701b63ae078e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 360ac8e2f1a38c3497739636c3b702352d1ad0ae +refs/heads/master: 9fcc2e8a752f7d3d889114221b67c459557823e9 diff --git a/trunk/net/ipv4/fib_frontend.c b/trunk/net/ipv4/fib_frontend.c index e61bc7177eb1..990633c09dfe 100644 --- a/trunk/net/ipv4/fib_frontend.c +++ b/trunk/net/ipv4/fib_frontend.c @@ -591,7 +591,7 @@ static int fib_inetaddr_event(struct notifier_block *this, unsigned long event, break; case NETDEV_DOWN: fib_del_ifaddr(ifa); - if (ifa->ifa_dev && ifa->ifa_dev->ifa_list == NULL) { + if (ifa->ifa_dev->ifa_list == NULL) { /* Last address was deleted from this interface. Disable IP. */