summaryrefslogtreecommitdiff
path: root/res/res_corosync.c
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2013-04-16 17:50:14 +0000
committerKinsey Moore <kmoore@digium.com>2013-04-16 17:50:14 +0000
commit1f71abdfaeeaea0273e862b8fe9585e8e9dbd370 (patch)
tree26599ba0285e18709b6183a4baf6d4531fe686a8 /res/res_corosync.c
parent71a01725b850505a26d800288dc00e376e885dc1 (diff)
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. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@385886 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_corosync.c')
-rw-r--r--res/res_corosync.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/res_corosync.c b/res/res_corosync.c
index e6044c305..218151884 100644
--- a/res/res_corosync.c
+++ b/res/res_corosync.c
@@ -660,8 +660,6 @@ static int load_module(void)
ast_cli_register_multiple(corosync_cli, ARRAY_LEN(corosync_cli));
- ast_enable_distributed_devstate();
-
return AST_MODULE_LOAD_SUCCESS;
failed: