]> git.sur5r.net Git - openldap/commitdiff
revert the ITS#3139 change for now
authorJong Hyuk Choi <jongchoi@openldap.org>
Wed, 30 Jun 2004 17:51:06 +0000 (17:51 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Wed, 30 Jun 2004 17:51:06 +0000 (17:51 +0000)
libraries/libldap/cyrus.c

index 2c55ce0d21f2936309bdb3e79d988c3c8c91eb9a..3585f7538de0ce8864c77ebbbd57bd64fec8dec4 100644 (file)
@@ -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;