fix client hierarchy loop condition
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
3e57b7d35d
commit
0e2009dbf5
1 changed files with 0 additions and 4 deletions
|
@ -155,10 +155,6 @@ where
|
|||
break;
|
||||
}
|
||||
|
||||
if children.is_empty() {
|
||||
break;
|
||||
}
|
||||
|
||||
if parents.len() > max_depth {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue