fix for surrogate loader

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5870 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 16 years ago
parent 675f350d18
commit d977dd9a96

@ -1275,8 +1275,7 @@ public final class plasmaSwitchboard extends serverAbstractSwitch<IndexingStack.
for (int i = 0; i < surrogatelist.length; i++) { for (int i = 0; i < surrogatelist.length; i++) {
if (surrogatelist[i].endsWith(".xml")) { if (surrogatelist[i].endsWith(".xml")) {
// read the surrogate file and store entry in index // read the surrogate file and store entry in index
processSurrogate(surrogatelist[i]); if (processSurrogate(surrogatelist[i])) return true;
return true;
} }
} }
} }

Loading…
Cancel
Save