Merge "Revert "genetlink: disallow subscribing to unknown mcast groups""
This commit is contained in:
commit
044c24aaaf
1 changed files with 1 additions and 1 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue