mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
ITS#7158 Fix a crash in back-sql
This commit is contained in:
parent
25eb3dc534
commit
3dc71dfb1a
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ backsql_db_init(
|
|||
}
|
||||
|
||||
bd->be_private = bi;
|
||||
bd->be_cf_ocs = bd->bd_info->bi_cf_ocs;
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE, "<==backsql_db_init()\n", 0, 0, 0 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue