mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Remove assert in sasl_secprops
This commit is contained in:
parent
90d557402b
commit
8730b78ad3
@ -148,14 +148,13 @@ int slap_sasl_destroy(void)
|
||||
|
||||
char * slap_sasl_secprops( const char *in )
|
||||
{
|
||||
assert(0);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
int slap_sasl_regexp_config( const char *match, const char *replace )
|
||||
{
|
||||
return(0);
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user