mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 14:23:34 -05:00
fix previous commit
This commit is contained in:
parent
192e1da12e
commit
a469dc6741
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ static BackendInfo binfo[] = {
|
|||
{"tcl", tcl_back_initialize},
|
||||
#endif
|
||||
#if SLAPD_SQL == SLAPD_MOD_STATIC
|
||||
{"sql", sql_back_initialize},
|
||||
{"sql", backsql_initialize},
|
||||
#endif
|
||||
/* for any private backend */
|
||||
#if SLAPD_PRIVATE == SLAPD_MOD_STATIC
|
||||
|
|
|
|||
Loading…
Reference in a new issue