mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 06:55:18 +00:00
Merge pull request #11066 from mobash-rasool/fixes
pimd: Set new to true in igmp_get_source_by_addr api
This commit is contained in:
commit
41e01f438c
@ -465,6 +465,9 @@ struct gm_source *igmp_get_source_by_addr(struct gm_group *group,
|
||||
|
||||
src = XCALLOC(MTYPE_PIM_IGMP_GROUP_SOURCE, sizeof(*src));
|
||||
|
||||
if (new)
|
||||
*new = true;
|
||||
|
||||
src->t_source_timer = NULL;
|
||||
src->source_group = group; /* back pointer */
|
||||
src->source_addr = src_addr;
|
||||
|
Loading…
Reference in New Issue
Block a user