[SCTP]: Correctly copy addresses in sctp_copy_laddrs
authorVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 9 May 2007 20:51:31 +0000 (13:51 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 11 May 2007 06:45:30 +0000 (23:45 -0700)
commit70b57b814ed5a93bf21d9dc5f8a7d23620a77e44
tree28c6f5d4b02fb49b0b49fb740bb7214c23bed193
parent8dc4984a6bdcaf56cdb458a7338c32c16f32540c
[SCTP]: Correctly copy addresses in sctp_copy_laddrs

I broke the  non-wildcard case recently.  This is to fixes it.
Now, explictitly bound addresses can ge retrieved using the API.

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