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

changes/02/902/1
Joshua Colp 10 years ago committed by Gerrit Code Review
commit 605c5d23a8

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