should compile even without Cyrus SASL

This commit is contained in:
Pierangelo Masarati 2002-06-15 15:01:17 +00:00
parent d1332a169e
commit b9254b8ab4

View File

@ -558,10 +558,12 @@ read_config( const char *fname )
lutil_salt_format( cargv[1] );
#ifdef HAVE_CYRUS_SASL
/* SASL config options */
} else if ( strncasecmp( cargv[0], "sasl", 4 ) == 0 ) {
if ( slap_sasl_config( cargc, cargv, line, fname, lineno ) )
return 1;
#endif /* HAVE_CYRUS_SASL */
/* set UCDATA path */
} else if ( strcasecmp( cargv[0], "ucdata-path" ) == 0 ) {