mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fix typo in ldap_compare_ext. Found by dspeck@novell.com.
This commit is contained in:
parent
3d0dd02b17
commit
53ee6b01b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue