Reverse SASL mechanism restriction #ifdef

This commit is contained in:
Kurt Zeilenga 2000-06-26 05:29:37 +00:00
parent 8670bb6ba2
commit 064d6aae65

View file

@ -132,7 +132,7 @@ int sasl_init( void )
return -1;
}
#ifdef RESTRICT_SASL
#ifndef SLAPD_IGNORE_RFC2829
{
sasl_security_properties_t secprops;
memset(&secprops, '\0', sizeof(secprops));