[asterisk-commits] modules:  change module LOAD FAILUREs to LOAD DECLINES (master) (asterisk[master])
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Thu Apr 13 10:23:43 CDT 2017
    
    
  
Anonymous Coward #1000019 has submitted this change and it was merged. ( 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(-)
Approvals:
  George Joseph: Looks good to me, approved
  Anonymous Coward #1000019: Verified
  Joshua Colp: Looks good to me, but someone else must approve
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: merged
Gerrit-Change-Id: Iac40ecb20e10513d67bf0eaf61807f306067b258
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
    
    
More information about the asterisk-commits
mailing list