diff options
Diffstat (limited to 'net/tipc/addr.c')
-rw-r--r-- | net/tipc/addr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/addr.c b/net/tipc/addr.c index 3d0f97da5b5f..8823e03e52e0 100644 --- a/net/tipc/addr.c +++ b/net/tipc/addr.c | |||
@@ -53,8 +53,6 @@ int tipc_addr_domain_valid(u32 addr) | |||
53 | u32 z = tipc_zone(addr); | 53 | u32 z = tipc_zone(addr); |
54 | u32 max_nodes = tipc_max_nodes; | 54 | u32 max_nodes = tipc_max_nodes; |
55 | 55 | ||
56 | if (is_slave(addr)) | ||
57 | max_nodes = LOWEST_SLAVE + tipc_max_slaves; | ||
58 | if (n > max_nodes) | 56 | if (n > max_nodes) |
59 | return 0; | 57 | return 0; |
60 | if (c > tipc_max_clusters) | 58 | if (c > tipc_max_clusters) |