Skip to content

Commit

Permalink
Fix persistent search result missing controls. WrenSecurity#69
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelhoral committed Feb 8, 2023
1 parent bd7cdc4 commit 583e8f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ private FlowableEmitter<Response> getAttachedEmitter(final Operation operation)
}

private Response toResponse(final SearchResultEntry searchEntry) {
return Responses.newSearchResultEntry(Converters.partiallyWrap(searchEntry, ldapVersion));
return Responses.copyOfSearchResultEntry(Converters.partiallyWrap(searchEntry, ldapVersion));
}

/**
Expand Down

0 comments on commit 583e8f8

Please # to comment.