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

Commit ce96252b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: netfilter: Fix compilation error in HARDIDLETIMER"

parents 75dc3f73 4d541eee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ static void notify_netlink_uevent(const char *iface,
{
	char iface_msg[NLMSG_MAX_SIZE];
	char state_msg[NLMSG_MAX_SIZE];
	static const char * const envp[] = { iface_msg, state_msg, NULL };
	char *envp[] = { iface_msg, state_msg, NULL };
	int res;

	res = snprintf(iface_msg, NLMSG_MAX_SIZE, "INTERFACE=%s",