mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-05 21:04:01 +00:00
Make sure logger is reloaded at general reload in the cli.
(Discovered during Asterisk training in Portugal) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@91366 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -239,6 +239,7 @@ static struct reload_classes {
|
||||
{ "manager", reload_manager },
|
||||
{ "rtp", ast_rtp_reload },
|
||||
{ "http", ast_http_reload },
|
||||
{ "logger", logger_reload },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user