]> asedeno.scripts.mit.edu Git - linux.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)
commit903869bd10e6719b9df6718e785be7ec725df59f
tree46dfe64299fda30250c414a7f915760d74b0a785
parent3580d04aa674383c42de7b635d28e52a1e5bc72c
ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST

ip_sf_list_clear_all() needs to be defined even if !CONFIG_IP_MULTICAST

Fixes: 3580d04aa674 ("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