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

fix typos

parent 00674543
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ rwm_add( Operation *op, SlapReply *rs )
(*ap)->a_vals );
#else
rc = 1;
rc = rwm_op_dn_massage( op, rs, &rc,
rc = rwm_dnattr_rewrite( op, rs, &rc,
(*ap)->a_vals );
#endif
if ( rc ) {
......
......@@ -216,7 +216,7 @@ rwm_map_config(
error_return:;
if ( mapping ) {
mapping_free( mapping );
rwm_mapping_free( mapping );
}
return 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