mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-14 19:04:21 -05:00
revert the ITS#3139 change for now
This commit is contained in:
parent
6465801cfc
commit
3fb0648079
1 changed files with 0 additions and 2 deletions
|
|
@ -384,8 +384,6 @@ sb_sasl_write( Sockbuf_IO_Desc *sbiod, void *buf, ber_len_t len)
|
|||
|
||||
ret = ber_pvt_sb_do_write( sbiod, &p->buf_out );
|
||||
if ( ret <= 0 ) {
|
||||
/* caller will retry, so clear this buffer out */
|
||||
p->buf_out.buf_ptr = p->buf_out.buf_end;
|
||||
return ret;
|
||||
}
|
||||
return len;
|
||||
|
|
|
|||
Loading…
Reference in a new issue