From: Patrick McHardy Date: Thu, 9 Aug 2012 10:08:45 +0000 (+0000) Subject: netfilter: nf_ct_sip: fix helper name X-Git-Tag: v3.6-rc3~10^2~10^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9324b2ce656e1910d2385b9b47a2f926456dbe3;p=pandora-kernel.git netfilter: nf_ct_sip: fix helper name Commit 3a8fc53a (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 Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed