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!");
|
||||
}
|
||||
} else {
|
||||
// no more repositories to add
|
||||
// we always scan repositories 0-9, beyond that only if defined
|
||||
if (i > 9) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (repositoryList.size() > 0) {
|
||||
repositories = new Repository[repositoryList.size()];
|
||||
|
|
Loading…
Add table
Reference in a new issue