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: #159720
parent
93583fb188
commit
403d1e5da2
Loading…
Reference in new issue