From 7110535309675a6579c57900ef75498bfb2e0ce6 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 2 Mar 2026 20:59:41 +0000 Subject: Rename ServiceProvider::creator to service_creator and add GetSource. --- modules/extra/pgsql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/extra/pgsql.cpp') diff --git a/modules/extra/pgsql.cpp b/modules/extra/pgsql.cpp index 6ceb7b517..0bede0e6a 100644 --- a/modules/extra/pgsql.cpp +++ b/modules/extra/pgsql.cpp @@ -684,7 +684,7 @@ bool ReconnectTimer::Tick() void SQLConn::DelayReconnect() { status = DEAD; - auto* mod = static_cast(creator.ptr()); + auto* mod = static_cast(this->service_creator.ptr()); ConnMap::iterator it = mod->connections.find(conf->getString("id")); if (it != mod->connections.end()) -- cgit v1.3.1-10-gc9f91