mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-13 18:33:04 -05:00
typo
This commit is contained in:
parent
b4629f1e79
commit
3a5c53a8b1
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ rwm_destroy(
|
|||
rewrite_info_delete( &rwmap->rwm_rw );
|
||||
}
|
||||
#else /* !ENABLE_REWRITE */
|
||||
if ( rwmap->lrwm_suffix_massage ) {
|
||||
if ( rwmap->rwm_suffix_massage ) {
|
||||
ber_bvarray_free( rwmap->rwm_suffix_massage );
|
||||
}
|
||||
#endif /* !ENABLE_REWRITE */
|
||||
|
|
|
|||
Loading…
Reference in a new issue