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

changes/06/906/1
Mark Michelson 11 years ago committed by Gerrit Code Review
commit ca41785774

@ -300,7 +300,7 @@ void ast_ari_asterisk_unload_module(struct ast_variable *headers,
struct ast_ari_response *response)
{
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);

Loading…
Cancel
Save