mirror of https://github.com/asterisk/asterisk
If a db_sync was scheduled just before shutdown, the atexit code calling db_sync would have no effect, causing the astdb commit thread to stay alive. This caused the SIP/realtime_sipregs test to fail. (The fallback kill would run the atexit code again and that would wreak havoc.) This fixes that the atexit kill condition is picked up properly. (closes issue ASTERISK-18883) Reviewed by: Terry Wilson Review: https://reviewboard.asterisk.org/r/1659 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@350180 65c4cc65-6c06-0410-ace0-fbb531ad65f310-digiumphones
parent
fdf0fd973b
commit
c5f91df206
Loading…
Reference in new issue