Always scan for repositories 0-9
This commit is contained in:
parent
a021cbf791
commit
b8c6201d40
1 changed files with 4 additions and 2 deletions
|
@ -350,10 +350,12 @@ public class ApplicationManager implements XmlRpcHandler {
|
||||||
"Will not use that repository. Check your initArgs!");
|
"Will not use that repository. Check your initArgs!");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// no more repositories to add
|
// we always scan repositories 0-9, beyond that only if defined
|
||||||
|
if (i > 9) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (repositoryList.size() > 0) {
|
if (repositoryList.size() > 0) {
|
||||||
repositories = new Repository[repositoryList.size()];
|
repositories = new Repository[repositoryList.size()];
|
||||||
|
|
Loading…
Add table
Reference in a new issue