From: Gerrit Renker Date: Sun, 3 Dec 2006 16:51:14 +0000 (-0200) Subject: [DCCP] ccid3: Fix warning message about illegal ACK X-Git-Tag: v2.6.20-rc1~34^2~40^2~13^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26af3072b035daadf34a99d02510f0ff98f41f90;p=pandora-kernel.git [DCCP] ccid3: Fix warning message about illegal ACK This avoids a (harmless) warning message being printed at the DCCP server (the receiver of a DCCP half connection). Incoming packets are both directed to * ccid_hc_rx_packet_recv() for the server half * ccid_hc_tx_packet_recv() for the client half The message gets printed since on a server the client half is currently not sending data packets. This is resolved for the moment by checking the DCCP-role first. In future times (bidirectional DCCP connections), this test may have to be more sophisticated. Signed-off-by: Gerrit Renker Acked-by: Ian McDonald Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed