]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/backglue.c
Fix typo
[openldap] / servers / slapd / backglue.c
index 975065a4264faca3d8f917d81dcb422896ba53f6..78d0633cc2f82c2406173f3e20b4e598d4afbe74 100644 (file)
@@ -818,7 +818,7 @@ glue_tool_sync (
 static int
 glue_db_init(
        BackendDB *be,
-       ConfigArgs *ca
+       ConfigReply *cr
 )
 {
        slap_overinst   *on = (slap_overinst *)be->bd_info;
@@ -863,7 +863,6 @@ glue_db_init(
 
        /*FIXME : need to add support */
        oi->oi_bi.bi_tool_dn2id_get = 0;
-       oi->oi_bi.bi_tool_id2entry_get = 0;
        oi->oi_bi.bi_tool_entry_modify = 0;
 
        SLAP_DBFLAGS( be ) |= SLAP_DBFLAG_GLUE_INSTANCE;
@@ -874,7 +873,7 @@ glue_db_init(
 static int
 glue_db_destroy (
        BackendDB *be,
-       ConfigArgs *ca
+       ConfigReply *cr
 )
 {
        slap_overinst   *on = (slap_overinst *)be->bd_info;
@@ -887,7 +886,7 @@ glue_db_destroy (
 static int
 glue_db_close( 
        BackendDB *be,
-       ConfigArgs *ca
+       ConfigReply *cr
 )
 {
        slap_overinst   *on = (slap_overinst *)be->bd_info;