Skip to content
Snippets Groups Projects
Commit 2e6075c5 authored by George Joseph's avatar George Joseph
Browse files

modules: change module LOAD_FAILUREs to LOAD_DECLINES (master)

Change-Id: Iac40ecb20e10513d67bf0eaf61807f306067b258
parent 49535c17
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment