]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit6344c6b5a9ce44a42c7a744fd115996d3687adab
tree28c6f5d4b02fb49b0b49fb740bb7214c23bed193
parentf2fcf8a46e24828e5bb91f49accf67408b9e4204
[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