]> git.sur5r.net Git - openldap/commitdiff
Fix typo in ldap_compare_ext. Found by dspeck@novell.com.
authorKurt Zeilenga <kurt@openldap.org>
Fri, 19 Nov 1999 02:01:50 +0000 (02:01 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 19 Nov 1999 02:01:50 +0000 (02:01 +0000)
libraries/libldap/compare.c

index e7ddcc70aac449274a05c298b224a0d1595cf632..dc7fc839c9075ae9fc52c96e63639056156de324 100644 (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 );