netfilter: nf_ct_dccp/udplite: fix protocol registration error
authorPatrick McHardy <kaber@trash.net>
Fri, 24 Apr 2009 13:37:44 +0000 (15:37 +0200)
committerPatrick McHardy <kaber@trash.net>
Fri, 24 Apr 2009 13:37:44 +0000 (15:37 +0200)
commit5ff482940f5aa2cdc3424c4a8ea94b9833b2af5f
tree7f788664a7620211101bfc08a8bb1319154a2af3
parentc197facc8ea08062f8f949aade6a33649ee06771
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 <steven@springl.ukfsn.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/nf_conntrack_proto_dccp.c
net/netfilter/nf_conntrack_proto_udplite.c