fix ITS#3347 (erroneous import of back-sql improvements...)

This commit is contained in:
Pierangelo Masarati 2004-09-27 12:29:38 +00:00
parent 8e88320fe2
commit 823b8817a1

View File

@ -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