Skip to content
Snippets Groups Projects
Commit 99366949 authored by Luke Howard's avatar Luke Howard
Browse files

Expose SSF to plugin

parent 8faebd0d
Branches
Tags
No related merge requests found
......@@ -2264,6 +2264,8 @@ static int initConnectionPB( Slapi_PBlock *pb, Connection *conn )
return rc;
}
rc = slapi_pblock_set(pb, SLAPI_X_CONN_SSF, (void *)conn->c_ssf);
return rc;
}
#endif /* LDAP_SLAPI */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment