[asterisk-commits] dlee: trunk r390154 - /trunk/main/app.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 30 14:23:55 CDT 2013
Author: dlee
Date: Thu May 30 14:23:53 2013
New Revision: 390154
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=390154
Log:
Missed a line from a bad merge in r390122
Modified:
trunk/main/app.c
Modified: trunk/main/app.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/app.c?view=diff&rev=390154&r1=390153&r2=390154
==============================================================================
--- trunk/main/app.c (original)
+++ trunk/main/app.c Thu May 30 14:23:53 2013
@@ -2829,7 +2829,7 @@
int app_init(void)
{
- ast_register_atexit(app_cleanup);
+ ast_register_cleanup(app_cleanup);
if (STASIS_MESSAGE_TYPE_INIT(ast_mwi_state_type) != 0) {
return -1;
More information about the asterisk-commits
mailing list