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

secprops mimic fix

parent 6c7a38a1
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;
}
void connection2anonymous( Connection *c )
......
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