Ver Fonte

permissions: max size of subnet array set to 512

- was 128, which can be insufficient for large interconnect
Daniel-Constantin Mierla há 9 anos atrás
pai
commit
82d7e06b09
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      modules/permissions/hash.h

+ 1 - 1
modules/permissions/hash.h

@@ -176,7 +176,7 @@ int addr_hash_table_rpc_print(struct addr_list** table, rpc_t* rpc, void* c);
 void empty_addr_hash_table(struct addr_list** hash_table);
 
 
-#define PERM_MAX_SUBNETS 128 
+#define PERM_MAX_SUBNETS 512
 
 
 /*