From: Patrick McHardy Date: Fri, 24 Apr 2009 13:37:44 +0000 (+0200) Subject: netfilter: nf_ct_dccp/udplite: fix protocol registration error X-Git-Tag: v2.6.30-rc4~3^2~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff482940f5aa2cdc3424c4a8ea94b9833b2af5f;p=pandora-kernel.git netfilter: nf_ct_dccp/udplite: fix protocol registration error Commit d0dba725 (netfilter: ctnetlink: add callbacks to the per-proto nlattrs) changed the protocol registration function to abort if the to-be registered protocol doesn't provide a new callback function. The DCCP and UDP-Lite IPv6 protocols were missed in this conversion, add the required callback pointer. Reported-and-tested-by: Steven Jan Springl Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed