mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
sasl_secprops: needs to return ""
This commit is contained in:
parent
d5860fb05c
commit
342ad23c4c
@ -148,7 +148,7 @@ int slap_sasl_destroy(void)
|
|||||||
|
|
||||||
char * slap_sasl_secprops( const char *in )
|
char * slap_sasl_secprops( const char *in )
|
||||||
{
|
{
|
||||||
return NULL;
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user