Opened 4 months ago
Last modified 4 months ago
The unload module function don't remove the cli_debug function. I think it is a miss.
Add this line to make it clean (before the unregistering the applications).
ast_cli_unregister(&cli_debug);
Regards,
Tech from i6net
Fixed Thanxs