mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
Fix secprops mimic'ing
This commit is contained in:
parent
a045117bf2
commit
f8b4ed8afb
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ int slap_sasl_destroy(void)
|
|||
|
||||
char * slap_sasl_secprops( const char *in )
|
||||
{
|
||||
return "";
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue