]> 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:40 +0000 (23:34 +0000)
commitaef37c2a65aec743fe47337198648cb96933ced5
tree629c9ee9fadde280da28da42d07641ae2f5788c7
parent85fa81ad4591905dd13828b1384cdaefdda50988
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