mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-17 03:26:20 +00:00
melib: create new threadnode if it's missing inside rebuild_thread
This commit is contained in:
parent
6b3c4d57d6
commit
d9a3b03e2b
@ -973,7 +973,7 @@ impl Threads {
|
|||||||
node_build(tree, id, &mut self.thread_nodes, 1, collection);
|
node_build(tree, id, &mut self.thread_nodes, 1, collection);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
unreachable!();
|
tree.push(ThreadTree::new(id));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Trace path back to root ThreadNode */
|
/* Trace path back to root ThreadNode */
|
||||||
|
Loading…
Reference in New Issue
Block a user