diff options
| author | 2026-03-02 20:59:41 +0000 | |
|---|---|---|
| committer | 2026-03-02 21:09:27 +0000 | |
| commit | 7110535309675a6579c57900ef75498bfb2e0ce6 (patch) | |
| tree | d419a876ee5534e5aef23f14efde5161d92a0126 /modules/extra/pgsql.cpp | |
| parent | Load the swhois module if a config contains the swhois_ext module. (diff) | |
Rename ServiceProvider::creator to service_creator and add GetSource.
Diffstat (limited to 'modules/extra/pgsql.cpp')
| -rw-r--r-- | modules/extra/pgsql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<ModulePgSQL*>(creator.ptr()); + auto* mod = static_cast<ModulePgSQL*>(this->service_creator.ptr()); ConnMap::iterator it = mod->connections.find(conf->getString("id")); if (it != mod->connections.end()) |
