diff --git a/[refs] b/[refs] index 181090f7189b..53d1d094e616 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 03722adce90a248d0bea77d390decbd05991e2d2 +refs/heads/master: e7626486c3c4ce456b11a7944edf164ef76fc599 diff --git a/trunk/net/ipv4/tcp.c b/trunk/net/ipv4/tcp.c index a037bafcba3c..0d9a4fd5f1a4 100644 --- a/trunk/net/ipv4/tcp.c +++ b/trunk/net/ipv4/tcp.c @@ -2338,7 +2338,7 @@ void __init tcp_init(void) (tcp_bhash_size * sizeof(struct tcp_bind_hashbucket)); order++) ; - if (order > 4) { + if (order >= 4) { sysctl_local_port_range[0] = 32768; sysctl_local_port_range[1] = 61000; sysctl_tcp_max_tw_buckets = 180000;