mirror of https://github.com/asterisk/asterisk
Calling Reload() without any arguments is supposed to reload everything (equivalent to a 'core reload'), but actually does nothing. This is because it was calling ast_module_reload with an empty string, and the argument needs to explicitly be NULL. Resolves: #1597releases/certified-22.8
parent
5354e8a001
commit
c6daea7052
Loading…
Reference in new issue