]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: nf_ct_sip: fix helper name
authorPatrick McHardy <kaber@trash.net>
Thu, 9 Aug 2012 10:08:45 +0000 (10:08 +0000)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 10 Aug 2012 09:53:03 +0000 (11:53 +0200)
commit0e5c4eaa3b6766b345af50b2036de01505d0b7d7
tree450ef5ff35896c28ee4635d1f91dab0e9eb44c47
parentbff5a490621632edf21ba8920aa086630551fee7
netfilter: nf_ct_sip: fix helper name

Commit cd57f32d (netfilter: nf_ct_helper: allocate 16 bytes for the helper
and policy names) introduced a bug in the SIP helper, the helper name is
sprinted to the sip_names array instead of instead of into the helper
structure. This breaks the helper match and the /proc/net/nf_conntrack_expect
output.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_conntrack_sip.c