From: Kurt Zeilenga Date: Thu, 22 May 2003 04:45:50 +0000 (+0000) Subject: Remove wrapping sequence to align with dtest X-Git-Tag: OPENLDAP_REL_ENG_2_2_0ALPHA~88 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a08e72a9e877e234c70452bb6b31b3dd03b70383;p=openldap Remove wrapping sequence to align with dtest --- diff --git a/libraries/liblber/etest.c b/libraries/liblber/etest.c index 25db4cdc5d..05273d0005 100644 --- a/libraries/liblber/etest.c +++ b/libraries/liblber/etest.c @@ -90,10 +90,6 @@ main( int argc, char **argv ) } fprintf(stderr, "encode: start\n" ); - if( ber_printf( ber, "{" /*}*/ ) ) { - perror( "ber_printf {" /*}*/ ); - return( EXIT_FAILURE ); - } for ( s = argv[1]; *s; s++ ) { char *buf; @@ -144,10 +140,6 @@ main( int argc, char **argv ) } fprintf(stderr, "encode: end\n" ); - if( ber_printf( ber, /*{*/ "N}" ) == -1 ) { - perror( /*{*/ "ber_printf }" ); - return( EXIT_FAILURE ); - } if ( ber_flush( sb, ber, 1 ) == -1 ) { perror( "ber_flush" );