mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Need a bigger buffer
This commit is contained in:
parent
e8c5f59d84
commit
a64cae0f8c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ static void usage( const char *name )
|
|||
|
||||
static char* getbuf( void ) {
|
||||
char *p;
|
||||
static char buf[128];
|
||||
static char buf[1024];
|
||||
|
||||
if ( fgets( buf, sizeof(buf), stdin ) == NULL )
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue