mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
clarify comments
This commit is contained in:
parent
044d46aa29
commit
a0e158c7a3
1 changed files with 2 additions and 3 deletions
|
|
@ -389,8 +389,7 @@ rewrite_subst_apply(
|
|||
}
|
||||
|
||||
/*
|
||||
* Alloc result buffer as big as the constant part
|
||||
* of the subst pattern and initialize it
|
||||
* Alloc result buffer
|
||||
*/
|
||||
l += subst->lt_subs_len;
|
||||
res = malloc( l + 1 );
|
||||
|
|
@ -400,7 +399,7 @@ rewrite_subst_apply(
|
|||
}
|
||||
|
||||
/*
|
||||
* Apply submatches (possibly resolved thru maps
|
||||
* Apply submatches (possibly resolved thru maps)
|
||||
*/
|
||||
for ( n = 0, cl = 0; n < subst->lt_num_submatch; n++ ) {
|
||||
if ( subst->lt_subs[ n ].bv_val != NULL ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue