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

Commit 57ec0afe authored by François-Xavier Le Bail's avatar François-Xavier Le Bail Committed by David S. Miller
Browse files

ipv6: fix third arg of anycast_dst_alloc(), must be bool.

parent 2488a54e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2613,7 +2613,7 @@ static void init_loopback(struct net_device *dev)
			if (sp_ifa->rt)
				continue;

			sp_rt = addrconf_dst_alloc(idev, &sp_ifa->addr, 0);
			sp_rt = addrconf_dst_alloc(idev, &sp_ifa->addr, false);

			/* Failure cases are ignored */
			if (!IS_ERR(sp_rt)) {