[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: servers/slapd/sasl.c



I removed this cruft.  Thanks.

At 12:51 PM 9/28/00 -0700, Mei-Hui Su wrote:

>Hi,
>
>  There is a call to sasl_dispose in slap_sasl_init() from
>OPENLDAP_REL_ENG_2's servers/slapd/sasl.c that might be leftover
>from previous version. The 'server' variable is not used anymore 
>but sasl_dispose is called on it. This is not really a bug because
>sasl_dispose checks if the connection is NULL or not before 
>disposing it.
>
>mei