allow loading sqlite

This commit is contained in:
Love Hornquist Astrand
2009-07-19 17:58:53 -07:00
parent 51fbbf93e3
commit 82150be255

View File

@@ -72,6 +72,7 @@ static struct hdb_method methods[] = {
{ HDB_INTERFACE_VERSION, "ldap:", hdb_ldap_create}, { HDB_INTERFACE_VERSION, "ldap:", hdb_ldap_create},
{ HDB_INTERFACE_VERSION, "ldapi:", hdb_ldapi_create}, { HDB_INTERFACE_VERSION, "ldapi:", hdb_ldapi_create},
#endif #endif
{ HDB_INTERFACE_VERSION, "sqlite:", hdb_sqlite_create},
{0, NULL, NULL} {0, NULL, NULL}
}; };