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

Commit 492774fa authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 504854af 047570fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -963,7 +963,7 @@ static struct genl_family genl_ctrl __ro_after_init = {
static int genl_bind(struct net *net, int group)
{
	struct genl_family *f;
	int err = -ENOENT;
	int err = 0;
	unsigned int id;

	down_read(&cb_lock);