mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
Merge "ARI: Fixed unload mode for unload module." into 13
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user