mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix typos
This commit is contained in:
parent
006745430e
commit
25b24289d2
@ -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 New Issue
Block a user