[asterisk-commits] kmoore: trunk r385886 - /trunk/res/res_corosync.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Apr 16 12:50:17 CDT 2013
Author: kmoore
Date: Tue Apr 16 12:50:14 2013
New Revision: 385886
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=385886
Log:
Allow res_corosync to build
ast_enable_distributed_devstate is no longer applicable to how the
distributed device state system works and is no longer necessary.
Modified:
trunk/res/res_corosync.c
Modified: trunk/res/res_corosync.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_corosync.c?view=diff&rev=385886&r1=385885&r2=385886
==============================================================================
--- trunk/res/res_corosync.c (original)
+++ trunk/res/res_corosync.c Tue Apr 16 12:50:14 2013
@@ -660,8 +660,6 @@
ast_cli_register_multiple(corosync_cli, ARRAY_LEN(corosync_cli));
- ast_enable_distributed_devstate();
-
return AST_MODULE_LOAD_SUCCESS;
failed:
More information about the asterisk-commits
mailing list