[Asterisk-code-review] modules: change module LOAD FAILUREs to LOAD DECLINES (master) (asterisk[master])

George Joseph asteriskteam at digium.com
Wed Apr 12 07:51:15 CDT 2017


George Joseph has uploaded a new change for review. ( https://gerrit.asterisk.org/5458 )

Change subject: modules:  change module LOAD_FAILUREs to LOAD_DECLINES (master)
......................................................................

modules:  change module LOAD_FAILUREs to LOAD_DECLINES (master)

Change-Id: Iac40ecb20e10513d67bf0eaf61807f306067b258
---
M codecs/codec_codec2.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/58/5458/1

diff --git a/codecs/codec_codec2.c b/codecs/codec_codec2.c
index e446854..6d2a0f7 100644
--- a/codecs/codec_codec2.c
+++ b/codecs/codec_codec2.c
@@ -213,7 +213,7 @@
 
 	if (res) {
 		unload_module();
-		return AST_MODULE_LOAD_FAILURE;
+		return AST_MODULE_LOAD_DECLINE;
 	}
 
 	return AST_MODULE_LOAD_SUCCESS;

-- 
To view, visit https://gerrit.asterisk.org/5458
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac40ecb20e10513d67bf0eaf61807f306067b258
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: George Joseph <gjoseph at digium.com>



More information about the asterisk-code-review mailing list