From: George Joseph Date: Wed, 12 Apr 2017 12:50:49 +0000 (-0600) Subject: modules: change module LOAD_FAILUREs to LOAD_DECLINES (master) X-Git-Tag: 15.0.0-beta1~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e6075c51fe0466d7410b02efb68f1d47aedb284;p=thirdparty%2Fasterisk.git modules: change module LOAD_FAILUREs to LOAD_DECLINES (master) Change-Id: Iac40ecb20e10513d67bf0eaf61807f306067b258 --- diff --git a/codecs/codec_codec2.c b/codecs/codec_codec2.c index e446854c31..6d2a0f720c 100644 --- a/codecs/codec_codec2.c +++ b/codecs/codec_codec2.c @@ -213,7 +213,7 @@ static int load_module(void) if (res) { unload_module(); - return AST_MODULE_LOAD_FAILURE; + return AST_MODULE_LOAD_DECLINE; } return AST_MODULE_LOAD_SUCCESS;