[SCTP]: Correctly handle AUTH parameters in unexpected INIT
authorVlad Yasevich <vladislav.yasevich@hp.com>
Mon, 7 Jan 2008 08:27:45 +0000 (00:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jan 2008 07:30:03 +0000 (23:30 -0800)
When processing an unexpected INIT chunk, we do not need to
do any preservation of the old AUTH parameters.  In fact,
doing such preservations will nullify AUTH and allow connection
stealing.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found