From d88e657d5513a415fb3407a01f0f68612f4cf49f Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 15 Jun 2022 01:07:55 +0200 Subject: [PATCH] dbi: allow to use ogs_dbi_init() --- lib/dbi/ogs-mongoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dbi/ogs-mongoc.c b/lib/dbi/ogs-mongoc.c index 05f5ff128..356a7ad6f 100644 --- a/lib/dbi/ogs-mongoc.c +++ b/lib/dbi/ogs-mongoc.c @@ -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()