mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 13:53:21 -05:00
intercept errors from maps
This commit is contained in:
parent
bad4a24449
commit
55ae6e4c91
1 changed files with 1 additions and 0 deletions
|
|
@ -387,6 +387,7 @@ rewrite_subst_apply(
|
|||
|
||||
if ( rc != REWRITE_SUCCESS ) {
|
||||
rc = REWRITE_REGEXEC_ERR;
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue