[mod_vmd] fix shutdown function not being called

This commit is contained in:
Seven Du 2021-11-09 16:10:07 +08:00
parent f2a7891f14
commit 89cb571af9
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_vmd_shutdown);
SWITCH_STANDARD_API(vmd_api_main);
SWITCH_MODULE_LOAD_FUNCTION(mod_vmd_load);
SWITCH_MODULE_DEFINITION(mod_vmd, mod_vmd_load, NULL, NULL);
SWITCH_MODULE_DEFINITION(mod_vmd, mod_vmd_load, mod_vmd_shutdown, NULL);
SWITCH_STANDARD_APP(vmd_start_function);
/*! Type that holds state information about the beep. */