]> git.sur5r.net Git - openldap/commitdiff
Expose SSF to plugin
authorLuke Howard <lukeh@openldap.org>
Thu, 3 Jul 2003 19:01:13 +0000 (19:01 +0000)
committerLuke Howard <lukeh@openldap.org>
Thu, 3 Jul 2003 19:01:13 +0000 (19:01 +0000)
servers/slapd/slapi/slapi_utils.c

index 11fac1bb6ff9477ca5a52651257cd21ed58a87fd..4b61808a7c0fdfc28a2d7e7eb4dbe00e49ed78ee 100644 (file)
@@ -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 */