Only return requested attrs in sssvlv response

This commit is contained in:
Howard Chu 2011-07-18 12:53:23 -07:00
parent db106f89e6
commit 8eecc9a017

View file

@ -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.