Skip to content

Commit

Permalink
Merge pull request #75 from orchitech/fix-psearch-controls
Browse files Browse the repository at this point in the history
Fix persistent search result missing controls. #69
  • Loading branch information
fyrbach authored Feb 8, 2023
2 parents bd7cdc4 + 583e8f8 commit 9300087
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 9300087

Please sign in to comment.