Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd885909 authored by Denis V. Lunev's avatar Denis V. Lunev Committed by David S. Miller
Browse files

[DECNET]: Remove extra memset from dn_fib_check_nh

parent 875179fa
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;