mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Missed a line from a bad merge in r390122
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390154 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2829,7 +2829,7 @@ static void app_cleanup(void)
|
|||||||
|
|
||||||
int app_init(void)
|
int app_init(void)
|
||||||
{
|
{
|
||||||
ast_register_atexit(app_cleanup);
|
ast_register_cleanup(app_cleanup);
|
||||||
|
|
||||||
if (STASIS_MESSAGE_TYPE_INIT(ast_mwi_state_type) != 0) {
|
if (STASIS_MESSAGE_TYPE_INIT(ast_mwi_state_type) != 0) {
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user