added missing rowdef assignment

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2379 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent cfbacbbf08
commit 26116cabde

@ -91,6 +91,7 @@ public class plasmaSwitchboardQueue {
if (sbQueueStackPath.exists()) try { if (sbQueueStackPath.exists()) try {
sbQueueStack = new kelondroStack(sbQueueStackPath); sbQueueStack = new kelondroStack(sbQueueStackPath);
sbQueueStack.assignRowdef(rowdef);
} catch (IOException e) { } catch (IOException e) {
sbQueueStackPath.delete(); sbQueueStackPath.delete();
sbQueueStack = new kelondroStack(sbQueueStackPath, rowdef, true); sbQueueStack = new kelondroStack(sbQueueStackPath, rowdef, true);

Loading…
Cancel
Save