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

strcopy change

parent 4279f833
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ perl_back_compare(
avastr = ch_malloc( ava->aa_desc->ad_cname.bv_len + 1 +
ava->aa_value.bv_len + 1 );
slap_strcopy( slap_strcopy( slap_strcopy( avastr,
lutil_strcopy( lutil_strcopy( lutil_strcopy( avastr,
ava->aa_desc->ad_cname.bv_val ), "=" ),
ava->aa_value.bv_val );
......
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