mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 11:57:39 -05:00
Revert rbuf length setting in prev commit
This commit is contained in:
parent
ee9623ad0f
commit
ead61fbfad
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ main( int argc, char **argv )
|
|||
&rbuf, &lmax ))
|
||||
{
|
||||
if ( rejfp ) {
|
||||
len = lmax;
|
||||
len = strlen( rbuf );
|
||||
if (( rejbuf = (char *)ber_memalloc( len+1 )) == NULL ) {
|
||||
perror( "malloc" );
|
||||
exit( EXIT_FAILURE );
|
||||
|
|
|
|||
Loading…
Reference in a new issue