]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/ipv4/inet_hashtables.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[karo-tx-linux.git] / net / ipv4 / inet_hashtables.c
index 96da9c77decad927aa7a29ea816efa2a3013db37..ae199596b9b0de7c53028d3153270576df81fc60 100644 (file)
@@ -494,7 +494,7 @@ int __inet_hash_connect(struct inet_timewait_death_row *death_row,
                u32 offset = hint + port_offset;
                struct inet_timewait_sock *tw = NULL;
 
-               inet_get_local_port_range(&low, &high);
+               inet_get_local_port_range(net, &low, &high);
                remaining = (high - low) + 1;
 
                local_bh_disable();