]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Import glue_sub_init fix from HEAD
authorHoward Chu <hyc@openldap.org>
Sun, 20 Apr 2003 09:21:20 +0000 (09:21 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 20 Apr 2003 09:21:20 +0000 (09:21 +0000)
servers/slapd/backglue.c

index 4db1e9f40a476d249dc763bef6c7d3e569952e3d..a07374ba285add9cc60db617e6a263020106c10f 100644 (file)
@@ -680,7 +680,7 @@ glue_sub_init( )
                        gi->n[gi->nodes].be = &gi->bd;
                        dnParent( &b1->be_nsuffix[0], &gi->n[gi->nodes].pdn );
                        gi->nodes++;
-                       b1->bd_info = bi;
+                       b1->bd_info = (BackendInfo *)gi;
                }
        }
        /* If there are any unresolved subordinates left, something is wrong */