]> 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)
commitdd1d747e3fb9075c3eef07b715938a367bcbcf1f
tree46dfe64299fda30250c414a7f915760d74b0a785
parent26d3408211431ed880a4127904d9a5e895dad1cd
ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST

ip_sf_list_clear_all() needs to be defined even if !CONFIG_IP_MULTICAST

Fixes: 26d340821143 ("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