]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_config_mysql: Fix Setting The Column Name Incorrectly
authorMichael L. Young <elgueromexicano@gmail.com>
Thu, 23 Jan 2014 22:56:54 +0000 (22:56 +0000)
committerMichael L. Young <elgueromexicano@gmail.com>
Thu, 23 Jan 2014 22:56:54 +0000 (22:56 +0000)
commit4e866029218780ed8a1a20a6740b046c7dc8abf1
treec3a808f3b4e4628aa3846bf5519d7e2c5413bad3
parent9b8f2db47e3f17a9b5dd9d428d0b33ec700e04f2
res_config_mysql: Fix Setting The Column Name Incorrectly

When support for a realtime sorcery module was added in revision 386731, the
wrong property was accidentally used for setting the column name to be updated
in the database table.  This patch fixes the typo.

(closes issue ASTERISK-23177)
Reported by: Denis
Tested by: Denis
Patches:
    asterisk-23177-use-field-name.diff by Michael L. Young (license 5026)
........

Merged revisions 406311 from http://svn.asterisk.org/svn/asterisk/branches/12

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@406312 65c4cc65-6c06-0410-ace0-fbb531ad65f3
addons/res_config_mysql.c