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

servers/slapd/sasl.c



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