mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
fix typos
This commit is contained in:
parent
006745430e
commit
25b24289d2
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue