[SCTP]: Set chunk->data_accepted only if we are going to accept it.
authorSridhar Samudrala <sri@us.ibm.com>
Fri, 21 Jul 2006 21:49:07 +0000 (14:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Jul 2006 21:49:07 +0000 (14:49 -0700)
Currently there is a code path in sctp_eat_data() where it is possible
to set this flag even when we are dropping this chunk.

Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found