dbi: allow to use ogs_dbi_init()

This commit is contained in:
Alexander Couzens 2022-06-15 01:07:55 +02:00
parent 1b877e8c05
commit d88e657d55
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ ogs_mongoc_t *ogs_mongoc(void)
int ogs_dbi_init(const char *db_uri)
{
return OGS_ERROR;
return OGS_OK;
}
void ogs_dbi_final()