]> git.sur5r.net Git - openldap/commitdiff
Revert rev 1.90 ITS#2484 patch; Cyrus 1.5 is no longer supported.
authorHoward Chu <hyc@openldap.org>
Sat, 20 Sep 2003 00:33:42 +0000 (00:33 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 20 Sep 2003 00:33:42 +0000 (00:33 +0000)
libraries/libldap/cyrus.c

index a4c48fa2799d7386c3662525116864411cb1ad9c..d687c4cec6ae9ea5adfafcfdc6376b52ca749aee 100644 (file)
@@ -154,9 +154,6 @@ sb_sasl_setup( Sockbuf_IO_Desc *sbiod, void *arg )
        sasl_getprop( p->sasl_context, SASL_MAXOUTBUF,
                (SASL_CONST void **) &p->sasl_maxbuf );
            
-       if ( p->sasl_maxbuf == 0 )
-               p->sasl_maxbuf = SASL_MAX_BUFF_SIZE;
-
        sbiod->sbiod_pvt = p;
 
        return 0;