From: Vlad Yasevich Date: Tue, 15 May 2007 20:32:39 +0000 (-0400) Subject: [SCTP]: Correctly set daddr for IPv6 sockets during peeloff X-Git-Tag: v2.6.22-rc5~39^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d570ee490fb18220262cfe41284d7aede797ed4f;p=pandora-kernel.git [SCTP]: Correctly set daddr for IPv6 sockets during peeloff During peeloff of AF_INET6 socket, the inet6_sk(sk)->daddr wasn't set correctly since the code was assuming IPv4 only. Now we use a correct call to set the destination address. Signed-off-by: Vlad Yasevich Acked-by: Sridhar Samudrala --- Reading git-diff-tree failed