]> 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:37:12 +0000 (15:37 +0000)
committerKinsey Moore <kmoore@digium.com>
Mon, 9 Jan 2012 15:37:12 +0000 (15:37 +0000)
commitcf9df098bd09533b8709273bd792da69f4523670
treed0db8dd4caa55f76cc119061c3b551ffb1d6dfc7
parent96770386a7d39225fcf0f45af5879bb7439bb474
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)

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