]> 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:39 +0000 (23:34 +0000)
commit89764215049dc2f8e883b43e70043573fcbe6ed2
tree764a30f5b4aaf806cf453d599aae2415fce9bca0
parent71551013c413189179cc481861c3789c169d107f
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