Re: [PATCH 4/4]: Remove duplicate test for CloseReq

2007-11-28 Thread Arnaldo Carvalho de Melo
Em Wed, Nov 28, 2007 at 08:35:11AM +, 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 t

[PATCH 4/4]: Remove duplicate test for CloseReq

2007-11-28 Thread Gerrit Renker
[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 latte