mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Reverse unintended commit
This commit is contained in:
parent
df1381fa38
commit
6035ecfe7b
@ -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)();
|
||||
|
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user