[DCCP]: Initialize dccp_sock before calling the ccid constructors
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 24 Nov 2007 23:42:53 +0000 (21:42 -0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:54:54 +0000 (14:54 -0800)
commite18d7a9857cb620a8f70622c4e400be477c264cf
treeb09b5040a1885ba2f5287fb3d0a9e05e6abc33c5
parentd50ad163e6db2dcc365b8d02b30350220f86df04
[DCCP]: Initialize dccp_sock before calling the ccid constructors

This is because in the next patch CCID2 will assume that dccps_mss_cache is
non-zero.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/proto.c