From 1f71abdfaeeaea0273e862b8fe9585e8e9dbd370 Mon Sep 17 00:00:00 2001
From: Kinsey Moore <kmoore@digium.com>
Date: Tue, 16 Apr 2013 17:50:14 +0000
Subject: [PATCH] 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
---
 res/res_corosync.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/res/res_corosync.c b/res/res_corosync.c
index e6044c3055..218151884e 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:
-- 
GitLab