Skip to content
Snippets Groups Projects
Commit 46af069a authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

Only return requested attrs in sssvlv response

parent c4fd5600
No related branches found
No related tags found
No related merge requests found
......@@ -630,6 +630,8 @@ static void send_entry(
if ( !so->so_tree )
return;
rs->sr_attrs = op->ors_attrs;
/* RFC 2891: If critical then send the entries iff they were
* succesfully sorted. If non-critical send all entries
* whether they were sorted or not.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment