X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=net%2Fipv4%2Finet_hashtables.c;h=4afcf31bdfeb90cffdaded7b5c8fbd6a88783dc6;hp=984ec656b03b5087ed88cb3e2a930d17761b5350;hb=d63ff34838f434f99056ab6be25a5b55920283f0;hpb=2d9f8a6e73ef2ec8ecaa24ca98e7010d6edd089f diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c index 984ec656b03b..4afcf31bdfeb 100644 --- a/net/ipv4/inet_hashtables.c +++ b/net/ipv4/inet_hashtables.c @@ -268,7 +268,7 @@ begintw: } if (unlikely(!INET_TW_MATCH(sk, net, hash, acookie, saddr, daddr, ports, dif))) { - sock_put(sk); + inet_twsk_put(inet_twsk(sk)); goto begintw; } goto out;