Skip to content
Snippets Groups Projects
Commit bac1aea2 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix previous commit

parent 7a85e254
Branches
Tags
No related merge requests found
......@@ -457,7 +457,7 @@ finish:;
if ( rs->sr_matched != NULL ) {
if ( rs->sr_matched != match.bv_val ) {
ber_memfree_x( rs->sr_matched, op->o_tmpmemctx );
ber_memfree_x( (char *)rs->sr_matched, op->o_tmpmemctx );
} else {
LDAP_FREE( match.bv_val );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment