Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-2786 ArrayIndexOutOfBoundsException in specific LDAP rw con…
Browse files Browse the repository at this point in the history
…figuration
  • Loading branch information
bdaw committed Dec 27, 2012
1 parent 90b3ff0 commit 4914d6c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -81,7 +81,7 @@ public Membership[] load(int index, int length) throws Exception {
//
int i = 0;

for (; i < roles.size(); i++) {
for (; i < length; i++) {

Role role = roles.get(i);

Expand Down

0 comments on commit 4914d6c

Please sign in to comment.