Remove assert in sasl_secprops

This commit is contained in:
Kurt Zeilenga 2000-09-21 21:28:32 +00:00
parent 90d557402b
commit 8730b78ad3

View File

@ -148,14 +148,13 @@ int slap_sasl_destroy(void)
char * slap_sasl_secprops( const char *in ) char * slap_sasl_secprops( const char *in )
{ {
assert(0);
return NULL; return NULL;
} }
int slap_sasl_regexp_config( const char *match, const char *replace ) int slap_sasl_regexp_config( const char *match, const char *replace )
{ {
return(0); return(0);
} }