fix typos

This commit is contained in:
Pierangelo Masarati 2004-03-09 20:21:10 +00:00
parent 006745430e
commit 25b24289d2
2 changed files with 2 additions and 2 deletions

View File

@ -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 ) {

View File

@ -216,7 +216,7 @@ rwm_map_config(
error_return:;
if ( mapping ) {
mapping_free( mapping );
rwm_mapping_free( mapping );
}
return 1;