Expose SSF to plugin

This commit is contained in:
Luke Howard 2003-07-03 19:01:13 +00:00
parent 8faebd0d55
commit 9936694960

View File

@ -2264,6 +2264,8 @@ static int initConnectionPB( Slapi_PBlock *pb, Connection *conn )
return rc; return rc;
} }
rc = slapi_pblock_set(pb, SLAPI_X_CONN_SSF, (void *)conn->c_ssf);
return rc; return rc;
} }
#endif /* LDAP_SLAPI */ #endif /* LDAP_SLAPI */