K 10 svn:author V 5 jamie K 8 svn:date V 27 2009-02-05T15:04:23.838574Z K 7 svn:log V 332 Don't bother null-checking the thread pointer before the prison checks in udp6_connect (td is already dereferenced elsewhere without such a check). This makes the conversion from a sockaddr to a sockaddr_in6 always happen, so convert once at the beginning of the function rather than twice in the middle. Approved by: bz (mentor) END