From: Howard Chu Date: Sat, 20 Sep 2003 00:33:42 +0000 (+0000) Subject: Revert rev 1.90 ITS#2484 patch; Cyrus 1.5 is no longer supported. X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~702 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8f3d3cf3c9c55f4e310891698c6d321b59ffcdda;p=openldap Revert rev 1.90 ITS#2484 patch; Cyrus 1.5 is no longer supported. --- diff --git a/libraries/libldap/cyrus.c b/libraries/libldap/cyrus.c index a4c48fa279..d687c4cec6 100644 --- a/libraries/libldap/cyrus.c +++ b/libraries/libldap/cyrus.c @@ -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;