Skip to content
Snippets Groups Projects
Commit 23b41268 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

More for ITS#6103

parent a1563dcb
No related branches found
No related tags found
No related merge requests found
......@@ -456,7 +456,7 @@ send_ldap_response(
op->o_protocol == LDAP_VERSION2 )
{
rc = ber_printf( ber, "t{ess" /*"}"*/,
rs->sr_tag, rs->sr_err,
rs->sr_tag, rc,
rs->sr_matched == NULL ? "" : rs->sr_matched,
rs->sr_text == NULL ? "" : rs->sr_text );
} else
......@@ -1669,4 +1669,3 @@ slap_attr_flags( AttributeName *an )
return flags;
}
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