]> git.sur5r.net Git - openldap/commitdiff
Need a bigger buffer
authorKurt Zeilenga <kurt@openldap.org>
Sat, 23 Mar 2002 21:14:50 +0000 (21:14 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 23 Mar 2002 21:14:50 +0000 (21:14 +0000)
libraries/liblber/etest.c

index d19afcfc3ec1fa2654eaf97a9e91a524e45ac5df..21d13d4a2519035e8e0fbf3a29103f2d24ef28c6 100644 (file)
@@ -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;