Skip to content
Snippets Groups Projects
Commit f8b4ed8a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix secprops mimic'ing

parent a045117b
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ int slap_sasl_destroy(void)
char * slap_sasl_secprops( const char *in )
{
return "";
return NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment