Revert rbuf length setting in prev commit

This commit is contained in:
Howard Chu 2006-11-27 04:15:55 +00:00
parent ee9623ad0f
commit ead61fbfad

View file

@ -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 );