Em Wed, Nov 28, 2007 at 08:35:11AM +0000, Gerrit Renker escreveu: > [DCCP]: Remove duplicate test for CloseReq > > This removes a redundant test for unexpected packet types. In dccp_rcv_state_process > it is tested twice whether a DCCP-server has received a CloseReq (Step 7): > > * first in the combined if-statement, > * then in the call to dccp_rcv_closereq(). > > The latter is necesssary since dccp_rcv_closereq() is also called from > __dccp_rcv_established(). > > This patch removes the duplicate test. > > Signed-off-by: Gerrit Renker <gerrit@xxxxxxxxxxxxxx> Thanks, applied. - Arnaldo - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html