summaryrefslogtreecommitdiff
path: root/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'codecs')
-rw-r--r--codecs/codec_codec2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/codec_codec2.c b/codecs/codec_codec2.c
index e446854c3..6d2a0f720 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;