Skip to content
Snippets Groups Projects
Commit 605c5d23 authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

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

parents eff6a88a e01d93e0
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment