sctp: fix to reset packet information after packet transmit
authorWei Yongjun <yjwei@cn.fujitsu.com>
Wed, 2 Sep 2009 05:05:33 +0000 (13:05 +0800)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 4 Sep 2009 22:21:00 +0000 (18:21 -0400)
commitd521c08f4c16d27f193718da778503a6472501da
tree44bc280f8711bf13942a192037cf5f96670053b7
parent31b02e1549406efa346534acad956a42bc3f28c4
sctp: fix to reset packet information after packet transmit

The packet information does not reset after packet transmit, this
may cause some problems such as following DATA chunk be sent without
AUTH chunk, even if the authentication of DATA chunk has been
requested by the peer.

Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/output.c