Merge "ARI: Fixed unload mode for unload module." into 13

This commit is contained in:
Mark Michelson
2015-07-15 10:44:08 -05:00
committed by Gerrit Code Review

View File

@@ -300,7 +300,7 @@ void ast_ari_asterisk_unload_module(struct ast_variable *headers,
struct ast_ari_response *response) struct ast_ari_response *response)
{ {
int unload_result; int unload_result;
enum ast_module_unload_mode unload_mode = AST_FORCE_FIRM; enum ast_module_unload_mode unload_mode = AST_FORCE_SOFT;
ast_assert(response != NULL); ast_assert(response != NULL);