From: Kinsey Moore Date: Tue, 16 Apr 2013 17:50:14 +0000 (+0000) Subject: Allow res_corosync to build X-Git-Tag: 13.0.0-beta1~1914 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f71abdfaeeaea0273e862b8fe9585e8e9dbd370;p=thirdparty%2Fasterisk.git 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 --- 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: