Always scan for repositories 0-9

This commit is contained in:
hns 2005-04-11 15:36:43 +00:00
parent a021cbf791
commit b8c6201d40

View file

@ -350,8 +350,10 @@ 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
break; if (i > 9) {
break;
}
} }
} }