modules: change module LOAD_FAILUREs to LOAD_DECLINES (master)

Change-Id: Iac40ecb20e10513d67bf0eaf61807f306067b258
This commit is contained in:
George Joseph 2017-04-12 06:50:49 -06:00
parent 49535c17fc
commit 2e6075c51f
1 changed files with 1 additions and 1 deletions

View File

@ -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;