Skip to content

Commit

Permalink
permissions: max size of subnet array set to 512
Browse files Browse the repository at this point in the history
- was 128, which can be insufficient for large interconnect

(cherry picked from commit 82d7e06)
(cherry picked from commit b8dbff1)
  • Loading branch information
miconda committed Jul 4, 2016
1 parent 851a06c commit 1803733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/permissions/hash.h
Expand Up @@ -174,7 +174,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


/*
Expand Down

0 comments on commit 1803733

Please sign in to comment.