]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_config_pgsql: Fix ast_update2_realtime calls.
authorWalter Doekes <walter+asterisk@wjd.nu>
Mon, 10 Feb 2014 16:43:29 +0000 (16:43 +0000)
committerWalter Doekes <walter+asterisk@wjd.nu>
Mon, 10 Feb 2014 16:43:29 +0000 (16:43 +0000)
commit4a4d8f7ab580b228a117acd5ac50f9fa2656916a
tree71e323f5da1c50f23f23226f680fc24e0963d58b
parent56c607a81873e4f866d95f3d67b5a65e40bc1bf1
res_config_pgsql: Fix ast_update2_realtime calls.

Fix so multiple updates from a single call works (add missing ',').
Remove bogus ast_free's that weren't supposed to be there.
Moved a few spaces for readability.

Review: https://reviewboard.asterisk.org/r/3194/
........

Merged revisions 407873 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 407874 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@407875 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_config_pgsql.c