mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +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 )
|
||||
{
|
||||
return NULL;
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user