mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix typo in ldap_compare_ext. Found by dspeck@novell.com.
This commit is contained in:
parent
3d0dd02b17
commit
53ee6b01b9
@ -68,7 +68,7 @@ ldap_compare_ext(
|
||||
|
||||
if ( ber_printf( ber, "{it{s{sO}}", /* '}' */
|
||||
++ld->ld_msgid,
|
||||
LDAP_REQ_COMPARE, dn, attr, &bvalue ) == -1 )
|
||||
LDAP_REQ_COMPARE, dn, attr, bvalue ) == -1 )
|
||||
{
|
||||
ld->ld_errno = LDAP_ENCODING_ERROR;
|
||||
ber_free( ber, 1 );
|
||||
|
Loading…
Reference in New Issue
Block a user