]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Prevent SLA settings from getting wiped out on reload
authorKinsey Moore <kmoore@digium.com>
Mon, 9 Jan 2012 15:39:31 +0000 (15:39 +0000)
committerKinsey Moore <kmoore@digium.com>
Mon, 9 Jan 2012 15:39:31 +0000 (15:39 +0000)
commit2d27c6c255a1d55c50fa20765185a7b0d0c27de5
tree1b32bd0f1ca4d7e42a2641ee90238e6ac6396c13
parent3ca369ec95dd13ca7721665db459f044ccd8fbb5
Prevent SLA settings from getting wiped out on reload

If SLA was reloaded without the config file being changed, current settings got
wiped out before the SLA reload code decided it wasn't going to reload the file
since nothing was changed.  Moving the settings reset later in the reload
process fixes this.

(closes issue AST-744)
........

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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@350024 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_meetme.c