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)
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>

No differences found