mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Revert rev 1.90 ITS#2484 patch; Cyrus 1.5 is no longer supported.
This commit is contained in:
parent
3ca86ffffd
commit
8f3d3cf3c9
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue