mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
sasl_secprops: replace assert() with ""
This commit is contained in:
parent
2fffee4611
commit
42d0ee9b6e
@ -148,8 +148,7 @@ int slap_sasl_destroy(void)
|
||||
|
||||
char * slap_sasl_secprops( const char *in )
|
||||
{
|
||||
assert(0);
|
||||
return NULL;
|
||||
return "";
|
||||
}
|
||||
|
||||
void connection2anonymous( Connection *c )
|
||||
|
Loading…
Reference in New Issue
Block a user