]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_config_pgsql: Fix regression that removed dbname config.
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 11 Feb 2025 18:35:14 +0000 (11:35 -0700)
committerGeorge Joseph <gjoseph@sangoma.com>
Tue, 11 Feb 2025 23:34:38 +0000 (23:34 +0000)
commitfdbb9e29dd34ba2dc1cc5e28980c7db424aeabfb
treebc42a44f57fe3cc8e87cd53e73a514832980efd7
parent0b6a3df3315e4b4d80ed8fd8fa3a29e76a4b9d72
res_config_pgsql: Fix regression that removed dbname config.

A recent commit accidentally removed the code that sets dbname.
This commit adds it back in.

Resolves: #1119
res/res_config_pgsql.c