Skip to content
Snippets Groups Projects
Commit 53ee6b01 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent 3d0dd02b
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment