sctp: avoid overwrite the return value of sctp_process_asconf_ack()
authorWei Yongjun <yjwei@cn.fujitsu.com>
Tue, 16 Jun 2009 06:47:30 +0000 (14:47 +0800)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 4 Sep 2009 22:20:54 +0000 (18:20 -0400)
commit425e0f685230986511b1fdf80340e2f28b214c5d
tree1af69aff245f3930efdf39d08099a339f27305dd
parent8a34e2f8ba7d4302977c90e357921994a6c39af9
sctp: avoid overwrite the return value of sctp_process_asconf_ack()

The return value of sctp_process_asconf_ack() may be
overwritten while process parameters with no error.
This patch fixed the problem.

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