commit | 425e0f685230986511b1fdf80340e2f28b214c5d | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yjwei@cn.fujitsu.com> | Tue Jun 16 14:47:30 2009 +0800 |
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | Fri Sep 04 18:20:54 2009 -0400 |
tree | 1af69aff245f3930efdf39d08099a339f27305dd | |
parent | 8a34e2f8ba7d4302977c90e357921994a6c39af9 [diff] |
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>