Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ACL: another connection limit fix, fixes #2921
  • Loading branch information
perexg committed Jun 7, 2015
1 parent 4d72204 commit 5cc3717
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/access.c
Expand Up @@ -474,9 +474,6 @@ access_update(access_t *a, access_entry_t *ae)
break;
}

if(a->aa_conn_limit < ae->ae_conn_limit)
a->aa_conn_limit = ae->ae_conn_limit;

if(ae->ae_chmin || ae->ae_chmax) {
uint64_t *p = realloc(a->aa_chrange, (a->aa_chrange_count + 2) * sizeof(uint64_t));
if (p) {
Expand Down

0 comments on commit 5cc3717

Please sign in to comment.