From 1330a02df4e0eaa9bdfb8ab841e5dd2130132093 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 9 Feb 2009 13:23:10 -0800 Subject: whitespace fix --- lib/if.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/if.h') diff --git a/lib/if.h b/lib/if.h index 9a250906..ed79cabf 100644 --- a/lib/if.h +++ b/lib/if.h @@ -277,7 +277,7 @@ static inline int if_is_operative (const struct interface *ifp) { return ((ifp->flags & IFF_UP) && - (ifp->flags & IFF_RUNNING || + ((ifp->flags & IFF_RUNNING) || !CHECK_FLAG(ifp->status, ZEBRA_INTERFACE_LINKDETECTION))); } -- cgit v1.2.3