X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=net%2Fipv4%2Finet_connection_sock.c;h=a6988e710ee9c3f86e7c8d4d7b4141af7961c158;hp=907ef2ce9e55dcc4c6708a92c4d2fbf67106541f;hb=3d221359fedfc759661fb4a72804b6e798886e8f;hpb=6b9ba0c00cb068a50a409bbdc7cfbe473f1c01a3 diff --git a/net/ipv4/inet_connection_sock.c b/net/ipv4/inet_connection_sock.c index 907ef2ce9e55..a6988e710ee9 100644 --- a/net/ipv4/inet_connection_sock.c +++ b/net/ipv4/inet_connection_sock.c @@ -604,6 +604,8 @@ struct sock *inet_csk_clone(struct sock *sk, const struct request_sock *req, inet_sk(newsk)->inet_sport = inet_rsk(req)->loc_port; newsk->sk_write_space = sk_stream_write_space; + inet_sk(newsk)->mc_list = NULL; + newicsk->icsk_retransmits = 0; newicsk->icsk_backoff = 0; newicsk->icsk_probes_out = 0;