Skip to content

Commit cf63133

Browse files
committed
Fixed missing sort
1 parent c5e2645 commit cf63133

File tree

1 file changed

+1
-0
lines changed
  • crates/directory/src/backend/internal

1 file changed

+1
-0
lines changed

crates/directory/src/backend/internal/manage.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,6 +1994,7 @@ impl ManageDirectory for Store {
19941994
}
19951995

19961996
if update_principal {
1997+
principal.sort();
19971998
build_search_index(
19981999
&mut batch,
19992000
principal_id,

0 commit comments

Comments
 (0)