Skip to content
Snippets Groups Projects
Commit 8eecc9a0 authored by Howard Chu's avatar Howard Chu
Browse files

Only return requested attrs in sssvlv response

parent db106f89
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