]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Allow res_corosync to build
authorKinsey Moore <kmoore@digium.com>
Tue, 16 Apr 2013 17:50:14 +0000 (17:50 +0000)
committerKinsey Moore <kmoore@digium.com>
Tue, 16 Apr 2013 17:50:14 +0000 (17:50 +0000)
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

index e6044c30557eaeccb7b8a6e82185093d6b34210b..218151884e6f3a802e3b065cb74f04c954fa8175 100644 (file)
@@ -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: