diff options
Diffstat (limited to 'net/decnet')
-rw-r--r-- | net/decnet/dn_fib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/decnet/dn_fib.c b/net/decnet/dn_fib.c index 5413e1b75b5d..4aa9a423e606 100644 --- a/net/decnet/dn_fib.c +++ b/net/decnet/dn_fib.c | |||
@@ -203,8 +203,6 @@ static int dn_fib_check_nh(const struct rtmsg *r, struct dn_fib_info *fi, struct | |||
203 | struct flowi fl; | 203 | struct flowi fl; |
204 | struct dn_fib_res res; | 204 | struct dn_fib_res res; |
205 | 205 | ||
206 | memset(&fl, 0, sizeof(fl)); | ||
207 | |||
208 | if (nh->nh_flags&RTNH_F_ONLINK) { | 206 | if (nh->nh_flags&RTNH_F_ONLINK) { |
209 | struct net_device *dev; | 207 | struct net_device *dev; |
210 | 208 | ||