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)
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>

No differences found