fix client hierarchy loop condition

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-03-28 22:47:00 +00:00
parent 3e57b7d35d
commit 0e2009dbf5

View file

@ -155,10 +155,6 @@ where
break; break;
} }
if children.is_empty() {
break;
}
if parents.len() > max_depth { if parents.len() > max_depth {
continue; continue;
} }