mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Remove assert in sasl_secprops
This commit is contained in:
parent
90d557402b
commit
8730b78ad3
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue