mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
fix schema initialization when built as module...
This commit is contained in:
parent
20140992a6
commit
657e580bbe
1 changed files with 1 additions and 1 deletions
|
|
@ -1785,7 +1785,7 @@ ppolicy_db_init(
|
|||
slap_overinst *on = (slap_overinst *) be->bd_info;
|
||||
|
||||
/* Has User Schema been initialized yet? */
|
||||
if ( !pwd_UsSchema[0].ad ) {
|
||||
if ( !pwd_UsSchema[0].ad[0] ) {
|
||||
const char *err;
|
||||
int i, code;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue