mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
intercept errors from maps
This commit is contained in:
parent
bad4a24449
commit
55ae6e4c91
@ -387,6 +387,7 @@ rewrite_subst_apply(
|
|||||||
|
|
||||||
if ( rc != REWRITE_SUCCESS ) {
|
if ( rc != REWRITE_SUCCESS ) {
|
||||||
rc = REWRITE_REGEXEC_ERR;
|
rc = REWRITE_REGEXEC_ERR;
|
||||||
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user