From: Arnaldo Carvalho de Melo Date: Tue, 13 Sep 2005 22:03:15 +0000 (-0300) Subject: [DCCP]: Check if already in the CLOSING state in dccp_rcv_closereq X-Git-Tag: v2.6.14-rc2~42^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=811265b8e8bf84e3b91507bf6a3a8eea20e7a4b7;p=pandora-kernel.git [DCCP]: Check if already in the CLOSING state in dccp_rcv_closereq It is possible to receive more than one CLOSEREQ packet if the CLOSE packet sent in response is somehow lost, change the state to DCCP_CLOSING only on the first CLOSEREQ packet received. Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed