]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 20 Mar 2025 18:18:29 +0000 (18:18 +0000)
commit6f421adf90c26281614c14d36910fc8ae2a5c076
tree91212502a72e0e12f22ad4ae71ac58546873a73c
parent787ffd5f47ac0e900d650f880970b9c01f40cdb7
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
(cherry picked from commit fdbb9e29dd34ba2dc1cc5e28980c7db424aeabfb)
res/res_config_pgsql.c