--- zzzz-none-000/linux-2.6.19.2/net/sctp/endpointola.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/net/sctp/endpointola.c 2007-01-11 07:38:19.000000000 +0000 @@ -144,13 +144,6 @@ { struct sock *sk = ep->base.sk; - /* If this is a temporary association, don't bother - * since we'll be removing it shortly and don't - * want anyone to find it anyway. - */ - if (asoc->temp) - return; - /* Now just add it to our list of asocs */ list_add_tail(&asoc->asocs, &ep->asocs);