Reverse unintended commit

This commit is contained in:
Kurt Zeilenga 2003-05-22 05:33:04 +00:00
parent df1381fa38
commit 6035ecfe7b
2 changed files with 1 additions and 3 deletions

View File

@ -32,10 +32,9 @@ FILE *ber_pvt_err_file = NULL;
*/
BER_ERRNO_FN ber_int_errno_fn = NULL;
static int ber_int_errno = LBER_ERROR_NONE;
int * ber_errno_addr(void)
{
static int ber_int_errno = LBER_ERROR_NONE;
if( ber_int_errno_fn ) {
return (*ber_int_errno_fn)();

View File

@ -227,7 +227,6 @@ ber_flush( Sockbuf *sb, BerElement *ber, int freeit )
}
while ( towrite > 0 ) {
#define LBER_TRICKLE
#ifdef LBER_TRICKLE
sleep(1);
rc = ber_int_sb_write( sb, ber->ber_rwptr, 1 );