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,8 +350,10 @@ public class ApplicationManager implements XmlRpcHandler {
|
|||
"Will not use that repository. Check your initArgs!");
|
||||
}
|
||||
} else {
|
||||
// no more repositories to add
|
||||
break;
|
||||
// we always scan repositories 0-9, beyond that only if defined
|
||||
if (i > 9) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue