From 3b9f6bc5e99a3f0b74f843cc35a024a881efca21 Mon Sep 17 00:00:00 2001 From: Allan Stephens Date: Sun, 25 Jun 2006 23:38:00 -0700 Subject: [PATCH] --- yaml --- r: 30391 b: refs/heads/master c: 2535ec50b7a51833ff65dc97ca85e1155d4090f8 h: refs/heads/master i: 30389: 29b7d703209c6635511a49c130fd01e11b33ca12 30387: 662b9701fc506e7ea2a2dbd4e31313401348d9aa 30383: 3ae1dcbec2a722577c9941b62cb4ff990ec8f53e v: v3 --- [refs] | 2 +- trunk/net/tipc/core.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 13601102d9a0..9490c7986d23 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ab230f82f404e534387dda6067072291441a34d +refs/heads/master: 2535ec50b7a51833ff65dc97ca85e1155d4090f8 diff --git a/trunk/net/tipc/core.c b/trunk/net/tipc/core.c index 3d0a8ee4e1d3..31c7dd58b2a8 100644 --- a/trunk/net/tipc/core.c +++ b/trunk/net/tipc/core.c @@ -198,7 +198,7 @@ static int __init tipc_init(void) tipc_max_publications = 10000; tipc_max_subscriptions = 2000; tipc_max_ports = delimit(CONFIG_TIPC_PORTS, 127, 65536); - tipc_max_zones = delimit(CONFIG_TIPC_ZONES, 1, 511); + tipc_max_zones = delimit(CONFIG_TIPC_ZONES, 1, 255); tipc_max_clusters = delimit(CONFIG_TIPC_CLUSTERS, 1, 1); tipc_max_nodes = delimit(CONFIG_TIPC_NODES, 8, 2047); tipc_max_slaves = delimit(CONFIG_TIPC_SLAVE_NODES, 0, 2047);