mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
ITS#6103: rev 1.331 followup for LDAP_CONNECTIONLESS
This commit is contained in:
parent
96f4c723a9
commit
8bdfd2edbb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user