[DECNET]: Remove extra memset from dn_fib_check_nh
[pandora-kernel.git] / net / decnet / dn_fib.c
index 5413e1b..4aa9a42 100644 (file)
@@ -203,8 +203,6 @@ static int dn_fib_check_nh(const struct rtmsg *r, struct dn_fib_info *fi, struct
                struct flowi fl;
                struct dn_fib_res res;
 
-               memset(&fl, 0, sizeof(fl));
-
                if (nh->nh_flags&RTNH_F_ONLINK) {
                        struct net_device *dev;