Merge pull request #16115 from Jafaral/pim-ssm-any

pimd: fix crash when mixing ssm/any-source joins
This commit is contained in:
Donald Sharp 2024-05-31 10:57:29 -04:00 committed by GitHub
commit 85120c06f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -457,8 +457,6 @@ struct gm_source *igmp_get_source_by_addr(struct gm_group *group,
listnode_add(group->group_source_list, src);
/* Any source (*,G) is forwarded only if mode is EXCLUDE {empty} */
igmp_anysource_forward_stop(group);
return src;
}