mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix broken patch to v2ref
This commit is contained in:
parent
9168ab6777
commit
af87072275
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ static char *v2ref( struct berval **ref, const char *text )
|
|||
v2[len++] = '\n';
|
||||
}
|
||||
strcpy( v2+len, "Referral:" );
|
||||
len += sizeof("Referral:");
|
||||
|
||||
for( i=0; ref[i] != NULL; i++ ) {
|
||||
v2 = ch_realloc( v2, len + ref[i]->bv_len + 1 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue