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

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

Merge "Revert "genetlink: disallow subscribing to unknown mcast groups""

parents f7d92b8f 6d265083
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -993,7 +993,7 @@ static struct genl_multicast_group genl_ctrl_groups[] = {

static int genl_bind(struct net *net, int group)
{
	int i, err = -ENOENT;
	int i, err = 0;

	down_read(&cb_lock);
	for (i = 0; i < GENL_FAM_TAB_SIZE; i++) {