Fix typo in ldap_compare_ext. Found by dspeck@novell.com.

This commit is contained in:
Kurt Zeilenga 1999-11-19 02:01:50 +00:00
parent 3d0dd02b17
commit 53ee6b01b9

View File

@ -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 );