]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
authorEric Dumazet <edumazet@google.com>
Thu, 23 May 2019 01:35:16 +0000 (18:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2019 05:08:06 +0000 (22:08 -0700)
commit1b63227aee58f731bed503d716d3861018f3c84c
tree46dfe64299fda30250c414a7f915760d74b0a785
parent59d59c256d623f5628622c8b3c84ceae1e40b16f
ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST

ip_sf_list_clear_all() needs to be defined even if !CONFIG_IP_MULTICAST

Fixes: 59d59c256d62 ("ipv4/igmp: fix another memory leak in igmpv3_del_delrec()")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/igmp.c