]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit6434ec78be88899bc507df9e851d3a2417e9d201
treeb09b5040a1885ba2f5287fb3d0a9e05e6abc33c5
parentea7d8cc7dd65be8e986bccd6ad1fc9794b491bb3
[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